Actions
Bug #1085
openMemory leaks in dulfsm
Start date:
2023-10-04
Due date:
% Done:
0%
Estimated time:
Module:
dcmnet
Operating System:
Compiler:
Description
Various functions in dulfsm.cc might not free allocated memory if the function returns before the related free() call is reached, e.g.
static OFCondition
sendAssociationRJTCP(PRIVATE_NETWORKKEY ** /*network*/, DUL_ABORTITEMS * abortItems, PRIVATE_ASSOCIATIONKEY ** association) in dulfsm.cc
See this forum post for the related bug report.
Updated by Michael Onken over 1 year ago
- Status changed from New to Resolved
Closed with commit #3f2b84.
Actions