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

Comparing CBOR-XS/Changes (file contents):
Revision 1.71 by root, Fri Nov 25 12:16:12 2016 UTC vs.
Revision 1.72 by root, Fri Nov 25 13:28:36 2016 UTC

16 - avoid unreasonably long decoding times for certain 16 - avoid unreasonably long decoding times for certain
17 types of data corruption. 17 types of data corruption.
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
22 a tagged value.
21 23
221.5 Wed Apr 27 11:38:39 CEST 2016 241.5 Wed Apr 27 11:38:39 CEST 2016
23 - Math::BigFloat madness workaround, see 25 - Math::BigFloat madness workaround, see
24 http://blog.schmorp.de/2016-04-23-mathbigfloat-maintainer-fail.html 26 http://blog.schmorp.de/2016-04-23-mathbigfloat-maintainer-fail.html
25 (bugreport by zdm@softvisio.net). 27 (bugreport by zdm@softvisio.net).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines