summaryrefslogtreecommitdiff
path: root/snappy-stubs-internal.h
diff options
context:
space:
mode:
authorAntoine Pitrou <antoine@python.org>2021-11-30 19:46:18 +0100
committerAntoine Pitrou <antoine@python.org>2021-11-30 19:46:18 +0100
commit64df9f28c8452500506af3361dd079e78f736ad5 (patch)
treeb62e632c5c87ea76bdf94c801cfc652cb43023ab /snappy-stubs-internal.h
parent65dc7b383985eb4f63cd3e752136db8d9b4be8c0 (diff)
downloadsnappy-git-64df9f28c8452500506af3361dd079e78f736ad5.tar.gz
Fix UBSan error (ptr + offset overflow)
As `i + offset` is promoted to a "negative" size_t, UBSan would complain when adding the resulting offset to `dst`: ``` /tmp/RtmptDX1SS/file584e37df4e/snappy_ep-prefix/src/snappy_ep/snappy.cc:343:43: runtime error: addition of unsigned offset to 0x6120003c5ec1 overflowed to 0x6120003c5ec0 #0 0x7f9ebd21769c in snappy::(anonymous namespace)::Copy64BytesWithPatternExtension(char*, unsigned long) /tmp/RtmptDX1SS/file584e37df4e/snappy_ep-prefix/src/snappy_ep/snappy.cc:343:43 #1 0x7f9ebd21769c in std::__1::pair<unsigned char const*, long> snappy::DecompressBranchless<char*>(unsigned char const*, unsigned char const*, long, char*, long) /tmp/RtmptDX1SS/file584e37df4e/snappy_ep-prefix/src/snappy_ep/snappy.cc:1160:15 ```
Diffstat (limited to 'snappy-stubs-internal.h')
0 files changed, 0 insertions, 0 deletions