[Bug 17285] New: null pointer dereference possibility in failure cases server/named_pipe.c

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Feb 6 15:12:00 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=17285

           Summary: null pointer dereference possibility in failure cases
                    server/named_pipe.c
           Product: Wine
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: wineserver
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: lkcl at lkcl.net


server/named_pipe.c - create_named_pipe

            client = NULL;
        }
    }
    release_object( server );
    return &client->obj;
}

any failure will result in a segfault as the NULL client pointer is
defererenced.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list