From 0e45c10d7db6dc82aa0828df7e30ec4c8c5a1f97 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sat, 9 Apr 2016 13:57:24 +0200 Subject: [PATCH] Bug 764515 - doxygen crashes no resolved Crash occurred in the rule: . due to the fact that the previous variable was not set by the rule ({ID}{BN}*"."{BN}*)+{ID} --- src/scanner.l | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scanner.l b/src/scanner.l index 6e94a208544..6c69224d104 100644 --- a/src/scanner.l +++ b/src/scanner.l @@ -1977,6 +1977,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP}) current->section=Entry::USINGDECL_SEC; } current_root->addSubEntry(current); + previous = current; current = new Entry ; initEntry(); BEGIN(Using);