Actions
Bug #4879
openMemory leak in protoString()
Status:
New
Priority:
Normal
Assignee:
-
Category:
lib - userland libraries
Start date:
2014-05-22
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
strdup'ed in line 402 (bnu/conn.c) memory block is never released.
Updated by Gary Mills about 7 years ago
This omission is easy to fix, although testing it won't be so easy. Is it worth fixing? The protoString function is part of basic networking, also known as UUCP. I suspect that the number of people using UUCP is vanishingly small. The function is only called indirectly by the uucico command. A single small memory leak here won't make any difference to its operation. I'd leave it alone.
Actions