diff options
Diffstat (limited to 'lib-src/fakemail.c')
-rw-r--r-- | lib-src/fakemail.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c index 6b8634f34ab..30d39db533e 100644 --- a/lib-src/fakemail.c +++ b/lib-src/fakemail.c @@ -694,6 +694,8 @@ read_header () } while (true); + if (! the_header) + fatal ("input message has no header"); return the_header->next; } |