Home
Solus
Search
Configure Global Search
Log In
Transactions
D2104
Change Details
Change Details
Old
New
Diff
- Adde test - 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.
- 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.
- Adde
d
test
s
- 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.
Continue