summaryrefslogtreecommitdiff
path: root/security/uvscan-dat
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2004-06-16 17:52:36 +0000
committerClive Lin <clive@FreeBSD.org>2004-06-16 17:52:36 +0000
commit4c959e3553d533620a2239d751485fb52a12d57f (patch)
tree45cf0a4240dfc28b3fea3d660777ec3b49946f3e /security/uvscan-dat
parent- fix package category selection problem. (diff)
+ Updated patchset:
+ Avoid misuse of safe_strdup shipped with mutt. + It returns 0 (NULL pointer) instead of pointer to 0 (empty string) if the source string is empty(""). Consequently iconv_open will cause mutt to core-dumps itself. It expects const char* instead of NULL pointer. + On each successful call to wraped iconv_open provided by the patchset, small piece of memory is allocated by safe_strdup. The original patchset did not free it. Above submitted by: Kuang-che Wu <kcwu at kcwu dot homeip dot net> + Experimental abuse of PORTREVISION. More testing is in progress. It will be really activated via master port if there's nothing else broken.
Notes
Notes: svn path=/head/; revision=111610
Diffstat (limited to 'security/uvscan-dat')
0 files changed, 0 insertions, 0 deletions