[Bug 204943] usr/src/sbin/newfs_msdos/mkfs_msdos.c:586: memory leak ?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 1 19:32:39 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204943

            Bug ID: 204943
           Summary: usr/src/sbin/newfs_msdos/mkfs_msdos.c:586: memory leak
                    ?
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: dcb314 at hotmail.com

[usr/src/sbin/newfs_msdos/mkfs_msdos.c:586]: (error) Memory leak: img

Source code is

    if (sigaction(SIGINFO, &si_sa, NULL) == -1) {
        warn("sigaction SIGINFO");
        return -1;
    }

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list