1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/config
Zdenek Kabelac f83b3962c1 asan: fix some reports from libasan
When compiled and used with:

CFLAGS="-fsanitize=address -g -O0"
ASAN_OPTIONS=strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1

we have few reported issue - they where not normally spotted, since
we were still accessing our own memory - but ouf of buffer-range.

TODO: there is still something to enhance with handling of #orphan vgids
2022-02-07 20:02:11 +01:00
..
config_settings.h remove static autoactivation 2022-01-27 16:43:11 -06:00
config.c asan: fix some reports from libasan 2022-02-07 20:02:11 +01:00
config.h Place the first PE at 1 MiB for all defaults 2018-11-26 16:36:50 -06:00
defaults.h add hints interface to the pvs_online file information 2021-11-04 10:58:16 -05:00