Displaying 1 result from an estimated 1 matches for "cielartisan".
2016 Aug 24
3
[Bug 12173] New: memory leak around poptGetOptArg()
...mary: memory leak around poptGetOptArg()
Product: rsync
Version: 3.0.6
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: cielartisan at gmail.com
QA Contact: rsync-qa at samba.org
Description of problem:
In poptGetOptArg(), con->os->nextArg is set to be NULL, which means the
returned memory is out of popt management.
We have to free it.
Version-Release number of selected component (if applicable):
rsy...