search for: init_var_from_num

Displaying 1 result from an estimated 1 matches for "init_var_from_num".

2015 Nov 12
3
Inexplicable ASAN report. Code generation bug?
...happens with -O2 and not when I remove the -O flags which makes it hard to debug and makes me suspect it's dependent on exactly which instructions the code generation decides to access the bytes involved. Afaict the C code shouldn't be accessing the poisoned bytes. The report looks like: init_var_from_num: NUMERIC (short) w=0 d=1 POS 6 bytes: 18 00 00 00 80 80 ================================================================= ==28714==ERROR: AddressSanitizer: unknown-crash on address 0x62900003d7ac at pc 0x00000144a6d6 bp 0x7ffed6680db0 sp 0x7ffed6680da8 READ of size 4 at 0x62900003d7ac thread T0...