Library for handling Apple Binary and XML Property Lists

Edit Package libplist

libplist is a library for handling Apple Binary and XML Property Lists.

Refresh
Refresh
Source Files
Filename Size Changed
0001-Fix-possible-crash-in-plist_from_bin-caused-by-access-to-already-freed-memory.patch 0000001858 1.81 KB
0002-Plug-memory-leaks-caused-by-unused-and-unfreed-buffer.patch 0000001255 1.23 KB
0003-Refactor-binary-plist-parsing-in-a-recursive-way.patch 0000021318 20.8 KB
0004-Make-sure-to-compare-the-node-sizes-for-integer-nodes.patch 0000001295 1.26 KB
0005-Change-internal-storage-of-PLIST_DATE-values-from-struct-timeval-to-double.patch 0000007689 7.51 KB
0006-Fix-possible-out-of-bounds-read-in-parse_dict_node-with-proper-bounds-checking.patch 0000001786 1.74 KB
0007-Fix-possible-out-of-bounds-reads-in-parse_bin_node.patch 0000003022 2.95 KB
0008-Make-sure-the-index-in-parse_bin_node_at_index-is-actually-within-the-offset-table.patch 0000001455 1.42 KB
0009-Prevent-out-of-bounds-read-in-plist_from_bin-when-parsing-offset_table.patch 0000002179 2.13 KB
0010-Make-sure-to-error-out-if-allocation-of-used_indexes-buffer-in-plist_from_bin-fails.patch 0000001486 1.45 KB
0011-Disallow-key-nodes-with-non-string-node-types.patch 0000001335 1.3 KB
0012-Prevent-OOB-heap-buffer-read-by-checking-input-size.patch 0000001075 1.05 KB
0013-Improve-UINT_TO_HOST-macro-remove-uint24_from_be-function.patch 0000002100 2.05 KB
0014-Check-for-invalid-offset_size-in-bplist-trailer.patch 0000000640 640 Bytes
0015-Use-proper-struct-for-binary-plist-trailer.patch 0000005483 5.35 KB
0016-Mass-rename-dict_size-and-param_dict_size-to-more-appropiate-ref_size.patch 0000007954 7.77 KB
0017-Fix-possible-out-of-bounds-read-in-parse_array_node-with-proper-bounds-checking.patch 0000001567 1.53 KB
0018-Avoid-heap-buffer-allocation-when-parsing-array-dict-string-data-node-sizes-14.patch 0000004463 4.36 KB
0019-Unify-size-node-parsing-for-data-string-array-dict-nodes.patch 0000004093 4 KB
0020-Prevent-OOB-read-when-parsing-data-string-array-dict-size-nodes.patch 0000001053 1.03 KB
0021-Fix-OOB-write-on-heap-buffer-and-improve-recursion-check.patch 0000003500 3.42 KB
0022-Make-sure-node-index-is-smaller-than-number-of-objects.patch 0000000754 754 Bytes
0023-Make-sure-the-offset-table-is-in-the-correct-range.patch 0000001955 1.91 KB
0024-Plug-memory-leak-in-case-parsing-a-dictionary-key-fails.patch 0000000750 750 Bytes
0025-Fixed-memory-leaks-in-new_xml_plist-and-parse_real_node.patch 0000001012 1012 Bytes
0026-bplist-Improve-real-date-node-de-serialization.patch 0000006648 6.49 KB
0027-bplist-Improve-parsing-unicode-nodes.patch 0000001966 1.92 KB
0028-UTF-16-surrogate-pair-fix.patch 0000003114 3.04 KB
0029-bplist-Make-sure-to-bail-out-if-malloc-fails-in-pars.patch 0000000862 862 Bytes
0030-bplist-Make-sure-to-bail-out-if-malloc-fails-in-pars.patch 0000000827 827 Bytes
0031-bplist-Make-sure-to-bail-out-if-malloc-fails-in-pars.patch 0000000806 806 Bytes
0032-bplist-Properly-handle-some-more-malloc-failure-situ.patch 0000002285 2.23 KB
0033-plist-Fix-assert-to-allow-16-or-8-byte-integer-sizes.patch 0000000880 880 Bytes
A0001-fix-compiler-warnings.patch 0000003062 2.99 KB
A0002-fix-invalid-memory-access-in-copy_plist_data.patch 0000001289 1.26 KB
A0003-implemented-handling-of-UID-keyed-encoding-type.patch 0000011593 11.3 KB
A0004-use-__FLOAT_WORD_ORDER__-instead-of-__VFP_FP__-for-floating-point-endianness-detection.patch 0000000840 840 Bytes
A0005-prevent-segmentation-fault-in-plist_from_bin.patch 0000000622 622 Bytes
A0006-Fix-timezone-bound-date-time-conversion.patch 0000001309 1.28 KB
A0007-Fix-memory-leaking-caused-by-unused-nodes-in-plist_from_bin.patch 0000000861 861 Bytes
A0008-Silence-compiler-warnings-about-shadowing-global-declarations.patch 0000002148 2.1 KB
A0009-Fix-PLIST_DATE-parsing-in-xml_to_node.patch 0000000816 816 Bytes
A0010-Fix-PLIST_DATE-handling-to-respect-the-Mac-epoch.patch 0000001585 1.55 KB
A0011-Handle-signed-vs-unsigned-integer-values-correctly.patch 0000004127 4.03 KB
A0012-Silence-compiler-warning-about-always-true-comparison-due-to-type-mismatch.patch 0000001576 1.54 KB
A0013-Prevent-crash-in-plist_from_bin-when-parsing-unusually-structured-binary-plist.patch 0000000788 788 Bytes
A0014-Drop-src-common.h-and-use-byte-order-macros-from-config.h-directly.patch 0000004783 4.67 KB
A0015-Fix-plist_from_bin-changing-value-nodes-to-key-nodes-in-dictionaries.patch 0000003662 3.58 KB
B0002-base64-use-strtok_r-instead-of-strtok-to-make-sure-were-thread-safe.patch 0000000976 976 Bytes
B0003-base64-get-rid-of-strtok_r-and-use-strspn-strcspn-instead.patch 0000001504 1.47 KB
B0004-silence-compiler-warning-by-using-correct-type.patch 0000000673 673 Bytes
B0005-base64-Prevent-buffer-overflow-by-not-decoding-blocks-with-less-than-4-chrs.patch 0000000681 681 Bytes
B0006-Prevent-use-strlen-in-base64decode-when-input-buffer-size-is-known.patch 0000001286 1.26 KB
B0007-base64-Rework-base64decode-to-handle-split-encoded-data.patch 0000003056 2.98 KB
C0001-Plug-memory-leak-when-converting-PLIST_UID-nodes-to-XML.patch 0000001460 1.43 KB
C0002-Improve-writing-of-array-and-dictionary-nodes.patch 0000004293 4.19 KB
C0003-Improve-writing-of-integer-nodes.patch 0000001945 1.9 KB
C0004-Fix-UID-node-parsing-to-match-Apples-parser.patch 0000002212 2.16 KB
C0005-Improve-writing-of-UID-nodes.patch 0000001408 1.38 KB
C0006-Improve-writing-of-data-string-and-unicode-nodes.patch 0000002051 2 KB
C0007-Improve-writing-of-offset-table.patch 0000001267 1.24 KB
baselibs.conf 0000000023 23 Bytes
drop-common.h.patch 0000004494 4.39 KB
libplist-1.8-pkgconfig.patch 0000000278 278 Bytes
libplist-1.8.tar.bz2 0000081278 79.4 KB
libplist-boo1029631-32bit.patch 0000003446 3.37 KB
libplist-boo1035312-overflow-fixes.patch 0000001681 1.64 KB
libplist.changes 0000012660 12.4 KB
libplist.spec 0000012245 12 KB
Latest Revision
Victor Pereira's avatar Victor Pereira (vpereirabr) committed (revision 1)
Set link to libplist.4095 via maintenance_release request
Comments 0
openSUSE Build Service is sponsored by