Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-01-28 | jplist: Fix a few memory leaks that occur when parsing fails | 1 | -0/+5 | |
2022-01-28 | jplist: Fix NULL pointer dereference by handling errors from unescape_string ... | 1 | -0/+6 | |
2022-01-28 | jplist: Fix use-after-free in unescape_string | 1 | -2/+2 | |
2022-01-25 | jplist: Make sure the jsmn parser tokens are initialized properly | 1 | -3/+6 | |
2022-01-25 | jplist: Make sure key values are also unescaped | 1 | -12/+19 | |
2021-12-24 | json: Update parser (jsmn) to verify the length of the input data | 1 | -1/+1 | |
2021-12-23 | jplist: Make strndup argument const to silence compiler warning | 1 | -1/+1 | |
2021-12-23 | jplist: Fix build on Windows | 1 | -0/+12 | |
2021-12-23 | Add support for JSON format | 1 | -0/+695 |