552. [bug] We were not correctly detecting the end of all c-style
comments. [RT #455]
+ 552. [bug] We were not correctly detecting the end of all c-style
+ comments. [RT #455]
+
--- 9.0.1 released ---
547. [bug] dnssafe doesn't correctly handle RSA keys longer
* SOFTWARE.
*/
-/* $Id: lex.c,v 1.31.2.2 2000/07/11 04:55:09 gson Exp $ */
+/* $Id: lex.c,v 1.31.2.3 2000/11/13 17:42:25 gson Exp $ */
#include <config.h>
no_comments = ISC_FALSE;
state = saved_state;
goto no_read;
- } else
+ } else if (c != '*')
state = lexstate_ccomment;
break;
case lexstate_eatline: