summaryrefslogtreecommitdiff
path: root/scripts/ubsan.blacklist
blob: 2248b00012fa0b35586e2a908b75770adfa22306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#############################################################################
# Ignore system libraries.
src:*/usr/*

#############################################################################
# Mostly hash functions where integer overflow is OK.
src:*/mbgl/util/hash.hpp

#############################################################################
# vendor libs

# unsigned integer overflow: unsigned interger index in for loop
src:*/vendor/earcut.hpp/include/mapbox/earcut.hpp

# unsigned integer overflow: hash function: str_hash 
src:*/vendor/eternal/*/eternal.hpp

# unsigned integer overflow
src:*/vendor/*/rapidjson/reader.h

# division by zero: ill usage of test data in 'render-tests/filter/in', latitude shouldn't be +/-90
src:*/vendor/*/geojsonvt/convert.hpp

# Boost bug: Implicit conversion
src:*/include/boost/locale/utf.hpp

# Boost bug: unsigned integer overflow
src:*/include/boost/crc.hpp