You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
innxmit: tidy up GetMessageID buffer handling
In theory, if you could get a message with an empty message-id header
through before anything else, it would call memcpy(NULL, p, 0) which
(surprisingly) has undefined behavior. This doesn't seem a very likely
contingency but I tidied up the code to avoid it and (hopefully) be
clearer anyway.
Thanks to Richard Kettlewell for the patch.
* Mention --enable-keywords and --with-openssl in the default
inn.conf configuration file.
* No need to regenerate the overview when the keyword generation
code is used.