- Added tests
- change exponential realloc algorithm on encoding and string decoding to be really exponential
- string encoding would needlessly overallocate output space
- be very paranoid about extending buffer lengths and croak if buffers get too large, which might (or might not) improve security.
- add cbor-packed type to json_xs.
- switch from YAML to YAML::XS in json_xs, as YAML is way too buggy and outdated.
Details
Details
- Reviewers
• sunnyflunk - Group Reviewers
Triage Team - Commits
- R3519:ff303a8f6e33: Update perl-json-xs to 3.04
Installed and ran youtube-viewer
Diff Detail
Diff Detail
- Repository
- R3519 perl-json-xs
- Lint
Lint Not Applicable - Unit
Tests Not Applicable