commit 46f562d0552458b4cf13a11dd342080f73852f09 parent 49d21f8fe6bc2bf7f44e83c2c8a74bcfc936952f Author: tjg <tjg> Date: Fri, 12 Oct 2001 09:28:21 +0000 add assertion Diffstat:
M | footobar.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/footobar.c b/footobar.c @@ -236,6 +236,7 @@ extern List *parse_var(char *extdef) { first = last = NULL; begin = strchr(extdef, '='); + assert(begin); /* guaranteed by initenv() */ while (*begin) { ++begin; end = begin;