[InterNetNews/inn] f7614e: inews: Do not limit the length of Sender and signa...
Julien ÉLIE
noreply at github.com
Sun Jan 8 08:04:20 UTC 2023
Branch: refs/heads/2.7
Home: https://github.com/InterNetNews/inn
Commit: f7614e7d63940c1250696ac7758cf30d0f7585d4
https://github.com/InterNetNews/inn/commit/f7614e7d63940c1250696ac7758cf30d0f7585d4
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-01-08 (Sun, 08 Jan 2023)
Changed paths:
M frontends/inews.c
Log Message:
-----------
inews: Do not limit the length of Sender and signature path
A fixed buffer size was used for the Sender header field and the path to the
signature. We now allocate memory according to the length.
gcc was complaining with a format truncation warning.
More information about the inn-committers
mailing list