ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CBOR-XS/Changes
(Generate patch)

Comparing CBOR-XS/Changes (file contents):
Revision 1.70 by root, Fri Nov 25 11:33:03 2016 UTC vs.
Revision 1.71 by root, Fri Nov 25 12:16:12 2016 UTC

4TODO: document encode_cbor_sharing? 4TODO: document encode_cbor_sharing?
5TODO: weaken cyclic structures? 5TODO: weaken cyclic structures?
6TODO: allowed_classes or so? 6TODO: allowed_classes or so?
7TODO: large negative integers 7TODO: large negative integers
8TODO: russian guy test case exception 8TODO: russian guy test case exception
9TODO: allow_objects
91.51 101.51
11 - point out security implications of having unsafe THAW
12 function/methods in your process.
10 - fix a crash when decoding a cyclic data structure using 13 - fix a crash when decoding a cyclic data structure using
11 stringref/pack_strings when allow_cycles is disabled. 14 stringref/pack_strings when allow_cycles is disabled.
12 - fix a crash when decoding hash keys with length > 2**31. 15 - fix a crash when decoding hash keys with length >= 2**31.
16 - avoid unreasonably long decoding times for certain
17 types of data corruption.
18 - support arrays and hashes with >= 2**31 members.
19 - avoid overflow on pointer arithmetic when checking whether enough
20 data is available.
13 21
141.5 Wed Apr 27 11:38:39 CEST 2016 221.5 Wed Apr 27 11:38:39 CEST 2016
15 - Math::BigFloat madness workaround, see 23 - Math::BigFloat madness workaround, see
16 http://blog.schmorp.de/2016-04-23-mathbigfloat-maintainer-fail.html 24 http://blog.schmorp.de/2016-04-23-mathbigfloat-maintainer-fail.html
17 (bugreport by zdm@softvisio.net). 25 (bugreport by zdm@softvisio.net).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines