]> git.cworth.org Git - apitrace/commit
Fix pickling of long integers.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Fri, 5 Oct 2012 19:55:28 +0000 (20:55 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Fri, 5 Oct 2012 19:55:28 +0000 (20:55 +0100)
commitd64e5b2bcd7c7b84a87d3d25786216d1594ce0dd
treea8b93a187a7550417e708f9f17c7266c623ce8ce
parentbeba02cddc397ada3f7b8e0fcf6ab09b24f46a49
Fix pickling of long integers.

shifting more than the number of bits in the type yields undefined results.
common/pickle.hpp