Skip to content

Fix incorrect type in parser's realloc()

Matthieu Schaller requested to merge static_analysis_bugs into master

I have tried running the LLVM static analysis tool scan-build and it reported a mistake in the parser code.

What do you think? I guess we never executed that part of the code.

Merge request reports