* dbusbind.c: Don't possibly lose pointer info when converting.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Apr 2011 00:48:19 +0000 (17:48 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Apr 2011 00:48:19 +0000 (17:48 -0700)
commit2a866e7b9881176980c0a4acb998e1625aabf87f
tree09d297e84c9af76f10cf607b0979a31d4c8364a2
parent51639eace139fdbed3522d4f752d771e6c66b067
* dbusbind.c: Don't possibly lose pointer info when converting.

(xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
Use XPNTR rather than XHASH, so that the high-order bits of
the pointer aren't lost when converting through void *.
src/ChangeLog
src/dbusbind.c