After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 107254 - at-spi registry key handler dumps core for large keysym values
at-spi registry key handler dumps core for large keysym values
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: registry
unspecified
Other Linux
: Urgent critical
: ---
Assigned To: bill.haneman
GNOME Access team bug-tracker
Depends on:
Blocks:
 
 
Reported: 2003-02-28 14:24 UTC by bill.haneman
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description bill.haneman 2003-02-28 14:24:20 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.
Comment 1 bill.haneman 2003-02-28 14:38:20 UTC
fixed in CVS.