search for: 115369

Displaying 1 result from an estimated 1 matches for "115369".

Did you mean: 1165369
2024 Aug 16
1
[Bug 3718] New: Small memory leak (+patch) in process_server_config_line_depth
...semble is owned by the caller and should be free'd. When processing the sSubsystem case there are two calls to argv_assemble but only one of them is freed. The attached patch adds the missing free to fix this small (29 bytes according to valgrind) memory leak. The output from valgrind: > ==115369== 29 bytes in 1 blocks are definitely lost in loss record 573 of 913 > ==115369== at 0x4845794: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so) > ==115369== by 0x124A22: argv_assemble (misc.c:2165) > ==115369== by 0x1385E5: process_server_config_line_depth.cons...