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

Comparing CBOR-XS/Changes (file contents):
Revision 1.72 by root, Fri Nov 25 13:28:36 2016 UTC vs.
Revision 1.73 by root, Fri Nov 25 23:37:27 2016 UTC

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 9TODO: allow_objects
101.51 101.6
11 - point out security implications of having unsafe THAW 11 - point out security implications of having unsafe THAW
12 function/methods in your process. 12 function/methods in your process.
13 - fix a crash when decoding a cyclic data structure using 13 - fix a crash when decoding a cyclic data structure using
14 stringref/pack_strings when allow_cycles is disabled. 14 stringref/pack_strings when allow_cycles is disabled.
15 - fix a crash when decoding hash keys with length >= 2**31. 15 - fix a crash when decoding hash keys with length >= 2**31.
18 - support arrays and hashes with >= 2**31 members. 18 - support arrays and hashes with >= 2**31 members.
19 - avoid overflow on pointer arithmetic when checking whether enough 19 - avoid overflow on pointer arithmetic when checking whether enough
20 data is available. 20 data is available.
21 - fix a memory leak that occured when decoding failed while decoding 21 - fix a memory leak that occured when decoding failed while decoding
22 a tagged value. 22 a tagged value.
23 - do not leak the partially constructed result when stringifying
24 a hash key throws an exception.
25 - various code size and efficiency optimizations.
23 26
241.5 Wed Apr 27 11:38:39 CEST 2016 271.5 Wed Apr 27 11:38:39 CEST 2016
25 - Math::BigFloat madness workaround, see 28 - Math::BigFloat madness workaround, see
26 http://blog.schmorp.de/2016-04-23-mathbigfloat-maintainer-fail.html 29 http://blog.schmorp.de/2016-04-23-mathbigfloat-maintainer-fail.html
27 (bugreport by zdm@softvisio.net). 30 (bugreport by zdm@softvisio.net).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines