Re: Buffer overflow in segmenter test ?

2021-10-08 Thread Ben Pfaff
Thanks, I see those now (along with a number of leaks in macro code). I think I should be able to fix them all over the weekend. (I'm having fun working on the MATRIX procedure, currently writing documentation.) On Fri, Oct 8, 2021 at 10:19 PM John Darrington wrote: > > Tests 570 and 572 are fai

Buffer overflow in segmenter test ?

2021-10-08 Thread John Darrington
Tests 570 and 572 are failing when compiled with -fsanitize=address : +READ of size 1 at 0x60200052 thread T0 +#0 0x409844 in segmenter_parse_mid_command__ /home/jdarrington/PSPP/pspp-master/src/language/lexer/segment.c:946 +#1 0x40e032 in segmenter_push /home/jdarrington/PSPP/pspp-