| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 9 hours | jsmn: use size_t for token offsets and harden against overflow | 1 | -6/+12 | ||
| Use size_t for token start/end offsets instead of int, replace the -1 sentinel with SIZE_MAX, and add a defensive guard against offset wraparound. This prevents overflow when parsing very large JSON inputs. This addresses issue #282. Credit to @ylwango613 for repporting. | |||||
| 2021-12-24 | json: Update parser (jsmn) to verify the length of the input data | 1 | -1/+2 | ||
| This way the string doesn't have to be 0-terminated. | |||||
| 2021-12-23 | Add support for JSON format | 1 | -0/+91 | ||
