commit | 5ca3640fa745f73db6fd15d8512b93fb00506bec | [log] [download] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Wed Oct 21 12:35:29 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Tue Oct 27 11:47:37 2015 +0100 |
tree | 401a498af2f382638a40699622d5685a4db06632 | |
parent | 8abc22dde5410fea5eab43544a93bda3945f275b [diff] |
Fix other int casts in bounds checking Not a security issue as here we know the buffer is large enough (unless something else if badly wrong in the code), and the value cast to int is less than 2^16 (again, unless issues elsewhere). Still changing to a more correct check as a matter of principle backport of bc5e508