Subject: Re: 'cvs rdiff -r1.6 -r1.7 src/dist/nawk/b.c' problem
To: None <mk@kilbi.de>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 03/19/2006 12:45:36
On Mar 19, 10:29am, mk@kilbi.de (Markus W Kilbinger) wrote:
-- Subject: 'cvs rdiff -r1.6 -r1.7 src/dist/nawk/b.c' problem

| Hi!
| 
| With this change 'awk' used in /usr/sbin/postinstall fails permanently
| with
| 
|   assertion "c < NCHARS" failed: file "/usr/src/dist/nawk/b.c", line 890, function "cgoto"
|   [1]   Abort trap (core dumped) env MACHINE=${MA...
| 
| -> Wrong HAT handling?

Yes, I just added a check for it. It should really not assign to the gototab
array when c == HAT, because the array is not big enough.

christos