Comment 10 for bug 343528

Revision history for this message
Bryce Harrington (bryce) wrote :

Seems pretty clear to be a null pointer dereference:

 pEvdev = (EvdevPtr) 0x0

probably at this point:

    if (pEvdev->emulateMB.pending)

The attached patch should paper over this particular crash.