Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 557120 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- ctags-5.8/lregex.c
0
++ ctags-5.8-format-security/lregex.c
Lines 408-414 static void processLanguageRegex (const Link Here
408
		const char* regexfile = parameter + 1;
408
		const char* regexfile = parameter + 1;
409
		FILE* const fp = fopen (regexfile, "r");
409
		FILE* const fp = fopen (regexfile, "r");
410
		if (fp == NULL)
410
		if (fp == NULL)
411
			error (WARNING | PERROR, regexfile);
411
			error (WARNING | PERROR, "%s", regexfile);
412
		else
412
		else
413
		{
413
		{
414
			vString* const regex = vStringNew ();
414
			vString* const regex = vStringNew ();

Return to bug 557120