Files
scylladb/utils
Avi Kivity af8fd8c8d8 utils: build_id: fix ubsan false positive on pointer arithmetic
get_nt_build_id() constructs a pointer by adding a base and an
offset, but if the base happens to be zero, that is undefined
under C++ rules (altough legal ELF).

Fix by performing the addition on integers, and only then
casting to a pointer.

Closes #7379
2020-10-11 17:23:40 +03:00
..
2020-03-23 11:59:30 +02:00
2020-08-03 15:55:16 +03:00
2020-08-04 17:54:45 +03:00
2020-09-08 15:59:25 +03:00
2020-09-08 15:59:25 +03:00
2020-05-31 12:58:59 +03:00
2020-03-23 11:59:30 +02:00
2020-08-19 17:18:57 +03:00
2020-08-11 19:37:47 +08:00