CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/09/17 02:14:38
Modified files:
net/pavuk : Makefile
net/pavuk/patches: patch-src_dns_c
Added files:
net/pavuk/patches: patch-src_gtkmulticol_c
patch-src_gtkmulticol_h patch-src_tools_c
patch-src_url_h
Log message:
pavuk: pull in a bunch of fixes from Debian (before they removed this)
This fixes crashes due to pointer truncation, OOB accesses due to incorrect
array bounds, a particularly beautiful open stanza where a misplaced paren
didn't lead to a compilation error because open() is a varargs function and
there is this beauty called the comma operator. I still think this should
probably be removed...