Ticket #1376 (TAGS parser crashes)
fix: incorrect parse invalid input parameters in etags_set_definition_hash
Этот коммит содержится в:
родитель
105c56fb4d
Коммит
9283c14213
@ -131,6 +131,9 @@ int etags_set_definition_hash(const char *tagfile, const char *start_path,
|
||||
int pos;
|
||||
char *filename = NULL;
|
||||
|
||||
if ( !match_func || !tagfile )
|
||||
return 0;
|
||||
|
||||
/* open file with positions */
|
||||
f = fopen (tagfile, "r");
|
||||
if (!f)
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user