(root)/trunk/ - Rev 33
?revision_form?
Rev ?revision_input??revision_submit?
?revision_endform?
Rev 32 |
Rev 36 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 33 2014-02-15 23:52:19
- Author: magnus
- Log message:
- th_get_size-unsigned-int.patch: Make the th_get_size() macro cast the
result from oct_to_int() to unsigned int. This is the right fix for
bug #725938 on 64-bit systems, where a specially crafted tar file
would not cause an integer overflow, but a memory allocation of almost
16 exbibytes, which would certainly fail outright without harm.