mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-02 16:35:29 +03:00
Merge branch '2068_panelize_segfault'
* 2068_panelize_segfault: Ticket #2068: fixed segfault in panelization of file find result.
This commit is contained in:
commit
60076f52d3
@ -1255,7 +1255,7 @@ find_file (const char *start_dir, const char *pattern, const char *content,
|
||||
const char *lc_filename = NULL;
|
||||
WLEntry *le = (WLEntry *) entry->data;
|
||||
|
||||
if ((le->text == NULL) || (entry->data == NULL))
|
||||
if ((le->text == NULL) || (le->data == NULL))
|
||||
continue;
|
||||
|
||||
if (content_pattern != NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user