CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/04/13 02:49:54
Modified files:
net/net-snmp : Tag: OPENBSD_5_6 Makefile
Added files:
net/net-snmp/patches: Tag: OPENBSD_5_6 patch-snmplib_snmp_api_c
Log message:
SECURITY fix, use calloc instead of malloc to zero the netsnmp_variable_list
struct, to avoid issues when processing malicious PDUs.
Reported by Qinghao Tang on oss-sec.
http://www.openwall.com/lists/oss-security/2015/04/13/1
Attempt #2 - I forgot 'cvs add' before, spotted by Brad.