• Martin Szulecki's avatar
    bplist: Fix plist_from_bin() changing value nodes to key nodes in dictionaries · b3ab0a42
    Martin Szulecki authored
    The parsing logic for binary dictionaries wrongly enforced the key type even
    on nodes that were already parsed as value nodes. This caused the resulting
    plist_t node tree to have key nodes instead of value nodes within dictionaries
    for some valid binary plists. This commit should also generally fixes parsing
    of binary plist files which use an efficient dictionary reference table.
    b3ab0a42
bplist.c 35.7 KB