[DragonFlyBSD - Bug #3014] (Closed) sbin/ccdconfig/ccdconfig.c:280]: (error) Memory leak: disks

bugtracker-admin at leaf.dragonflybsd.org bugtracker-admin at leaf.dragonflybsd.org
Sat Jul 29 03:02:08 PDT 2017


Issue #3014 has been updated by swildner.

Status changed from New to Closed

Fix pushed.


----------------------------------------
Bug #3014: sbin/ccdconfig/ccdconfig.c:280]: (error) Memory leak: disks
http://bugs.dragonflybsd.org/issues/3014#change-13194

* Author: dcb
* Status: Closed
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
----------------------------------------
Source code is

        else {
            warnx("%s: %s", cp, strerror(j));
            return (1);
        }

Other error returns in the same function seem to worry
about freeing memory, but this path doesn't.




-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account



More information about the Bugs mailing list