CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/09/25 07:01:52
Modified files:
net/weechat : Tag: OPENBSD_6_1 Makefile
Added files:
net/weechat/patches: Tag: OPENBSD_6_1
patch-src_plugins_logger_logger_c
Log message:
Backport fix for CVE-2017-14727
Date/time conversion specifiers are expanded after replacing buffer
local variables in name of log files. In some cases, this can lead to
an error in function strftime and a crash caused by the use of an
uninitialized buffer.
ok jca@