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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to