BNFC / bnfc

BNF Converter
http://bnfc.digitalgrammars.com/
583 stars 162 forks source link

[ C ] bufferAppendString: Copy in the trailing 0 with the string. #357

Closed shlevy closed 3 years ago

shlevy commented 3 years ago

Fixes Wstringop-truncation on gcc 10.2.0

andreasabel commented 3 years ago

For information: did you test this, e.g. one one test parser or with bnfc-system-tests?

shlevy commented 3 years ago

@andreasabel Not yet, didn't get the build system up. Happy to put this on hold until we do (probably later today). I did test that this compiles when changing the generated C manually.

andreasabel commented 3 years ago

Works for me. Thanks!