pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/uriparser
Module Name: pkgsrc
Committed By: bjs
Date: Tue Sep 2 12:53:43 UTC 2008
Modified Files:
pkgsrc/textproc/uriparser: Makefile distinfo
Log Message:
Update to uriparser-0.7.2. Important reliability (crash/memory leak)
fix:
2008-09-01 -- 0.7.2
* Fixed: Bad cleanup logic in functions
- uriAddBaseUri(..)
- uriRemoveBaseUri(..)
Previously you needed to call uriFreeUriMembers on return code
URI_ERROR_MALLOC and only then. So that's why these functions now
take cleanup off your shoulders. An extra call to uriFreeUriMembers
from your side is still needed in case of success.
* Soname: 1:7:0
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/textproc/uriparser/Makefile \
pkgsrc/textproc/uriparser/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index