commit | 4b256bbbce66fcc768f26fb48e95e2c0a0355769 | [log] [tgz] |
---|---|---|
author | Wilco Dijkstra <wilco.dijkstra@arm.com> | Fri Jun 12 11:53:51 2020 +0100 |
committer | xNombre <kartapolska@gmail.com> | Sat Jul 04 21:28:11 2020 +0200 |
tree | a12eb7f60515e6e327e6769add97648d1e1d76e0 | |
parent | b79e60d7264593e1c79ccdf838254eeb9664762e [diff] |
string: Fix overflow issue in strncmp-mte If limit is near SIZE_MAX it can overflow in the mutually aligned path. Fix this by clamping limit to SIZE_MAX.