[Bug 209634] usr/src/sys/boot/fdt/fdt_loader_cmd.c:386]: (error) Memory leak: overlay

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 19 10:47:28 UTC 2016


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

            Bug ID: 209634
           Summary: usr/src/sys/boot/fdt/fdt_loader_cmd.c:386]: (error)
                    Memory leak: overlay
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: dcb314 at hotmail.com

Source code is

    if (rv != 0) {
        printf("failed to open DTB blob for applying overlays\n");
        return;
    }

Suggest call free(overlay);

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


More information about the freebsd-bugs mailing list