GNOME Bugzilla – Bug 107254
at-spi registry key handler dumps core for large keysym values
Last modified: 2004-12-22 21:47:04 UTC
If the keysym returned by XLookupString is too large, the registry can dump core due to bad handling of "isprint(c)", which is given bad input. Replacing this call with a call to g_ascii_isprint(c) should fix this.
fixed in CVS.