diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2013-01-16 12:30:43 -0500 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2013-02-14 07:09:39 +0100 |
commit | 2d84cf1abfd062a682bdf4511087de0e1edc73c0 (patch) | |
tree | 587a8d350aed0ad2dc5fe7ec10892a0f3d65d0a8 /dump.c | |
parent | 449f793a0a0b96d9d5147a9378e6091e4a5baa5e (diff) | |
download | perl-2d84cf1abfd062a682bdf4511087de0e1edc73c0.tar.gz |
Avoid wraparound when casting unsigned size_t to signed ssize_t.
Practically, this only affects a perl compiled with 64-bit IVs on a 32-bit
system. In that instance a value of count >= 2**31 would turn negative
when cast to (ssize_t).
(cherry picked from commit 94e529cc4d56863d7272c254a29eda2b002a4335)
Diffstat (limited to 'dump.c')
0 files changed, 0 insertions, 0 deletions