BUG: Memory leak bug similar to a previous fixing commit a727596

Author: Snape3058Created Apr 26, 2022Updated Jun 17, 2026
Labelsbug

https://github.com/shadowsocks/shadowsocks-libev/blob/e21f8248b64528b9a30a87331074a0eae6676225/src/jconf.c#L309

Similar to the memory leak that has been fixed with commit a727596faaa91a4459daad4cc5a6618c20ce6475, the argument returned by to_string will also get leaked after call to function parse_dscp.

Source: shadowsocks/shadowsocks-libev