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
logsrvd_conv_syslog: fix buffer overflow on large messages
The code tried to reallocate a dynamic buffer in 1KiB increments
but did not correctly handle a message larger than 1KiB. We now
use a static 4KiB buffer and truncate log message larger than that.
0 commit comments