aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 1fecf1fa4b4..92f6bfe636f 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1060,6 +1060,7 @@ load_seccomp (const char *file)
1060 emacs_perror ("read"); 1060 emacs_perror ("read");
1061 goto out; 1061 goto out;
1062 } 1062 }
1063 eassert (read <= SIZE_MAX);
1063 if (read != size) 1064 if (read != size)
1064 { 1065 {
1065 fprintf (stderr, 1066 fprintf (stderr,