Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/common/lib/libprop



Module Name:    src
Committed By:   cyber
Date:           Sun Jan 25 06:59:35 UTC 2009

Modified Files:
        src/common/lib/libprop: prop_data.c

Log Message:
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.14 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