359. [bug] dnssec-signzone occasionally signed glue records.
+ 357. [bug] The zone file parser crashed if the argument
+ to $INCLUDE was a quoted string.
+
354. [doc] Man pages for the dnssec tools are now included in
the distribution, in doc/man/dnssec.
* SOFTWARE.
*/
-/* $Id: master.c,v 1.54.2.3 2000/07/10 19:17:35 gson Exp $ */
+/* $Id: master.c,v 1.54.2.4 2000/08/02 21:22:27 gson Exp $ */
#include <config.h>
default: \
goto error_cleanup; \
} \
+ if ((token)->type == isc_tokentype_special) \
+ goto error_cleanup; \
} while (0)
#define WARNUNEXPECTEDEOF(lexer) \
isc_lex_getsourceline(lex));
goto cleanup;
}
- GETTOKEN(lex, 0, &token, ISC_FALSE);
+ GETTOKEN(lex, ISC_LEXOPT_QSTRING, &token,
+ ISC_FALSE);
if (include_file != NULL)
isc_mem_free(mctx, include_file);
include_file = isc_mem_strdup(mctx,