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 758935 - emit_event breaks when klass is NULL
emit_event breaks when klass is NULL
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: at-spi2-atk
unspecified
Other Linux
: Normal normal
: ---
Assigned To: At-spi maintainer(s)
At-spi maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-12-02 01:38 UTC by Samuel Thibault
Modified: 2016-04-01 01:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Samuel Thibault 2015-12-02 01:38:34 UTC
Hello,

emit_event in ./atk-adaptor/event.c sets klass to "" when klass is NULL, but signal_is_needed will call ensure_proper_format (klass + 21), which will thus point outside the "" string.

Samuel
Comment 1 Alejandro Piñeiro Iglesias (IRC: infapi00) 2015-12-02 07:58:24 UTC
Reassigning to the correct component.
Comment 2 Mike Gorse 2016-04-01 01:31:22 UTC
master: 328812
gnome-3-20: c2eb33

I apologize for this taking so long--it had fallen off my radar.