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 705155 - ev_view_accessible_get_link crashes if the link_index is outside the limits of the links array
ev_view_accessible_get_link crashes if the link_index is outside the limits o...
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-07-30 17:28 UTC by Antía Puentes
Modified: 2013-07-30 17:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Check for array limits (1.12 KB, patch)
2013-07-30 17:34 UTC, Antía Puentes
committed Details | Review

Description Antía Puentes 2013-07-30 17:28:16 UTC
To call to ev_view_accessible_get_link with an index < 0 or >= number of links of the page, makes Evince crash.
Comment 1 Antía Puentes 2013-07-30 17:34:07 UTC
Created attachment 250491 [details] [review]
Check for array limits
Comment 2 Carlos Garcia Campos 2013-07-30 17:39:27 UTC
Comment on attachment 250491 [details] [review]
Check for array limits

Pushed, thanks!