[Bugme-new] [Bug 10660] New: [drivers/usb/gadget/pxa27x_udc.c:655]: Memory leak: req

bugme-daemon at bugzilla.kernel.org bugme-daemon at bugzilla.kernel.org
Sat May 10 01:37:38 PDT 2008


http://bugzilla.kernel.org/show_bug.cgi?id=10660

           Summary: [drivers/usb/gadget/pxa27x_udc.c:655]: Memory leak: req
           Product: Drivers
           Version: 2.5
     KernelVersion: latest git tree
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: USB
        AssignedTo: greg at kroah.com
        ReportedBy: danielm77 at spray.se


If the eq is NULL, req is not deallocated:

        req = kzalloc(sizeof *req, gfp_flags);
        if (!req || !_ep)
                return NULL;


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


More information about the Bugme-new mailing list