mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
3665ee2ef7
If doc_view->document->number_of_search_points is 0, move_search_number crashes at: pt = doc_view->document->search_points; x = pt[number].x; y = pt[number].y; so it is not sufficient to make find_first_search_in_view return immediately in this case, move_search_do should return immediately.
Description
Languages
C
70.2%
C++
15.3%
HTML
3.1%
Shell
2%
Component Pascal
1.5%
Other
7.6%