We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ValueError
plistlib.loads
1 parent 800e54c commit 2ca91dfCopy full SHA for 2ca91df
1 file changed
plist.py
@@ -9,6 +9,8 @@ def FuzzerRunOne(FuzzerInput):
9
return
10
except xml.parsers.expat.ExpatError:
11
12
+ except ValueError:
13
+ return
14
try:
15
plistlib.dumps(data, skipkeys=True, fmt=plistlib.FMT_XML)
16
plistlib.dumps(data, skipkeys=True, fmt=plistlib.FMT_BINARY)
0 commit comments