File: .ubsan-suppressions

package info (click to toggle)
mongo-c-driver 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 47,088 kB
  • sloc: ansic: 193,670; python: 7,780; cpp: 1,493; sh: 659; makefile: 78
file content (10 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# src/utf8proc-2.8.0/utf8proc.c:368:53: runtime error: applying zero offset to null pointer
# src/utf8proc-2.8.0/utf8proc.c:554:20: runtime error: applying zero offset to null pointer
#
# Upstream Fix: https://github.com/JuliaStrings/utf8proc/pull/240
#
# Context: https://github.com/llvm/llvm-project/commit/536b0ee40ab97f2878dc124a321cf9108ee3d233
# > To make things more fun, in C (6.5.6p8), applying *any* offset to null pointer
# > is undefined, although Clang front-end pessimizes the code by not lowering
# > that info, so this UB is "harmless".
pointer-overflow:utf8proc.c