commit | 22ae2e1f702883e6e27d3ad96ee81a6266fbc51c | [log] [tgz] |
---|---|---|
author | Michael Matz <matz@suse.de> | Thu Oct 17 17:42:40 2024 +0200 |
committer | Michael Matz <matz@suse.de> | Thu Oct 17 17:44:29 2024 +0200 |
tree | 28aa3228680efa64eb89dfd08cf4afa181ecc0eb | |
parent | ed3228de9b3335e5c97f738fc22d682f56d42316 [diff] |
Fix for -Wstringop-overflow false positive the way the overflow check was written wasn't understood by some GCC versions and produced false positives for the memset call being called potentially with object sizes that are larger than half address-space.