What all these bugs have in common is that synaptics driver is used, but
the only thing I see that looks suspicious is that BOOL is redefined as
char for X, the common definition is int. However that seems to be done
consistently so not likely to be a problem, sizeof(BOOL) = 1 inside
synaptics, which seems to be a result of X being braindead.

XiChangeDeviceProperty seems to be slightly buggy, new_value.size = len;
should probably be new_value.size = total_len; However this is unlikely
to be a major problem in this bug since I doubt it corrupts things in
the way shown here.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/943880

Title:
  Xorg crashed with SIGABRT in __libc_message() from malloc_printerr()
  via XIDestroyDeviceProperty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/943880/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to