[Bug 204953] usr/src/usr.bin/compress/compress.c:324: resource leak ?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 2 08:31:48 UTC 2015


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

            Bug ID: 204953
           Summary: usr/src/usr.bin/compress/compress.c:324: resource 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/usr.bin/compress/compress.c:324]: (error) Resource leak: ofp

Source code is

    if ((ofp = fopen(out, "w")) == NULL ||
        (nr != 0 && fwrite(buf, 1, nr, ofp) != nr)) {
        cwarn("%s", out);
        (void)fclose(ifp);
        return;
    }

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


More information about the freebsd-bugs mailing list