From 88d594a3d52cb5938521619bca0def8e5b040cf0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 24 May 1995 21:39:42 +0000 Subject: Fully tested on all in-house targets --- c/src/libmisc/stackchk/check.c | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/libmisc/stackchk') diff --git a/c/src/libmisc/stackchk/check.c b/c/src/libmisc/stackchk/check.c index 8b923f5c02..2d25f51f3e 100644 --- a/c/src/libmisc/stackchk/check.c +++ b/c/src/libmisc/stackchk/check.c @@ -329,6 +329,7 @@ void *Stack_check_find_high_water_mark( * match pattern */ + base += 4; for (ebase = base + length; base < ebase; base++) if (*base != U32_PATTERN) return (void *) base; -- cgit v1.2.3