Skip to content

Commit fe45afc

Browse files
committed
Remove the usage of UBSAN
Address issue #113. Use of UBSAN in runtime could introduce vulnerabilities. Original bug report: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031744 Reference: https://www.openwall.com/lists/oss-security/2016/02/17/9
1 parent e9f60d5 commit fe45afc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION = 1.2.4
22

33
CFLAGS += -g -O2 -Wall -Wextra -Wshadow \
4-
-fsanitize=undefined -fanalyzer -Wno-analyzer-file-leak \
4+
-fanalyzer -Wno-analyzer-file-leak \
55
-rdynamic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"$(VERSION)\"\
66
`pkg-config --cflags-only-I gumbo libcurl fuse uuid expat`
77
LDFLAGS += `pkg-config --libs-only-L gumbo libcurl fuse uuid expat`

0 commit comments

Comments
 (0)