]> wimlib.net Git - wimlib/commit
xml: fix wimlib_set_image_property()
authorEric Biggers <ebiggers3@gmail.com>
Thu, 30 Mar 2023 08:16:52 +0000 (01:16 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 30 Mar 2023 08:16:52 +0000 (01:16 -0700)
commit36d2328da0a9502bd87613621e49a9dcf8fa485f
tree5bf9a77f49cb02154030c53113b3ebbf29912a8d
parent22de147c55a3fa1444b28b55a19cb999f89679ae
xml: fix wimlib_set_image_property()

The recent XML changes introduced a bug where
wimlib_set_image_property() rejected values of property_name containing
'/', '[', or ']', which are part of the "path" syntax.
include/wimlib/xmlproc.h
src/xml.c
src/xmlproc.c