Closed ShangzhiXu closed 1 year ago
In this file, at line 553-554, it looks like this
xfree(line); xasprintf(cause, "unexpected data: %s", line);
the line is freed, but then used in the next line, it may lead to output unexpected content or even lead to crash
line
Fixed, thanks!
In this file, at line 553-554, it looks like this
the
line
is freed, but then used in the next line, it may lead to output unexpected content or even lead to crash