Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-5] src/common/lib/libprop
Module Name: src
Committed By: snj
Date: Mon Jan 26 00:47:51 UTC 2009
Modified Files:
src/common/lib/libprop [netbsd-5]: prop_data.c
Log Message:
Pull up following revision(s) (requested by cyber in ticket #316):
common/lib/libprop/prop_data.c: revision 1.14
Properly handle empty data nodes (such as generated by Apple's
plist editor). They are in the form of <data></data>, whereas the
original code path only checked for empty being <data/>.
This causes an assert to be triggered when trying to access the node's
content.
Patch reviewed by thorpej.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.13.4.1 src/common/lib/libprop/prop_data.c
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