Describe the bug
DEBUG!"#SECPOLICY security policy %d created (name %s)"(row.k, name);
This should not match directive, but the grammar tree indicates otherwise
Note that directive matching is done in the lexing phase, and should really only match "line" directives. No other directives are legal. And there should be nothing else on the line before it.
Describe the bug DEBUG!"#SECPOLICY security policy %d created (name %s)"(row.k, name);
This should not match directive, but the grammar tree indicates otherwise
Note that directive matching is done in the lexing phase, and should really only match "line" directives. No other directives are legal. And there should be nothing else on the line before it.