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 766772 - Spurious infinite recursive calls on errors
Spurious infinite recursive calls on errors
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
0.33.x
Other Linux
: Normal normal
: ---
Assigned To: java-atk-wrapper maintainer(s)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-05-22 15:28 UTC by Samuel Thibault
Modified: 2019-05-01 21:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (438 bytes, patch)
2016-05-22 15:28 UTC, Samuel Thibault
none Details | Review

Description Samuel Thibault 2016-05-22 15:28:53 UTC
Created attachment 328345 [details] [review]
proposed fix

Hello,

Please see the attached patch: free_callback_para is calling itself on errors, thus leading to an infinite calling loop...

Samuel
Comment 1 Samuel Thibault 2019-05-01 21:56:07 UTC
Fixed by 7ab4f1364c37a85a73aa2a593d76d43fd1613714 ('free_callback_para: Avoid calling oneself recursively on error')