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 640198 - Fix crash in atspi_image_get_image_description
Fix crash in atspi_image_get_image_description
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: at-spi2-core
unspecified
Other All
: Normal normal
: ---
Assigned To: Li Yuan
Depends on:
Blocks:
 
 
Reported: 2011-01-21 16:35 UTC by Dan Winship
Modified: 2011-01-21 23:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix crash in atspi_image_get_image_description (825 bytes, patch)
2011-01-21 16:36 UTC, Dan Winship
committed Details | Review

Description Dan Winship 2011-01-21 16:35:59 UTC
If the remote object didn't define this property then the function
would return stack garbage, which the caller would eventually try to
free.
Comment 1 Dan Winship 2011-01-21 16:36:00 UTC
Created attachment 178953 [details] [review]
Fix crash in atspi_image_get_image_description
Comment 2 Mike Gorse 2011-01-21 23:18:10 UTC
Committed.