diff options
author | Nikias Bassen | 2017-05-29 04:05:01 +0200 |
---|---|---|
committer | Nikias Bassen | 2017-05-29 04:05:01 +0200 |
commit | 1e89644636438269bcedb50f3eabf0780d0074ac (patch) | |
tree | 4d5df1c39eee9159f9994c2a68ade3186b14c4a9 /fuzz/leaks/leak-53bc466851eda790bd891733da5db0a7482886bf | |
parent | 292994b09fcfac64e14de3b20eab7821614e33dd (diff) | |
download | libplist-1e89644636438269bcedb50f3eabf0780d0074ac.tar.gz libplist-1e89644636438269bcedb50f3eabf0780d0074ac.tar.bz2 |
fuzz: Add some known previously crashing test cases
Diffstat (limited to 'fuzz/leaks/leak-53bc466851eda790bd891733da5db0a7482886bf')
-rw-r--r-- | fuzz/leaks/leak-53bc466851eda790bd891733da5db0a7482886bf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fuzz/leaks/leak-53bc466851eda790bd891733da5db0a7482886bf b/fuzz/leaks/leak-53bc466851eda790bd891733da5db0a7482886bf new file mode 100644 index 0000000..ce9e7ac --- /dev/null +++ b/fuzz/leaks/leak-53bc466851eda790bd891733da5db0a7482886bf @@ -0,0 +1,6 @@ +<plist version="1.0"> +<dict> + <key>test&</key> + <string>value</string> +</dict> +</plist> |