Comment 9 for bug 343528

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

Seems pretty clear to be a null pointer dereference:

 pEvdev = (EvdevPtr) 0x0

probably at this point:

    if (pEvdev->emulateMB.pending)

Dunno why pEvdev is 0x0 though.