Subject: Re: PR/33392 CVS commit: src/dist/nawk
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Aleksey Cheusov <cheusov@tut.by>
List: netbsd-bugs
Date: 06/25/2006 22:00:04
The following reply was made to PR bin/33392; it has been noted by GNATS.

From: Aleksey Cheusov <cheusov@tut.by>
To: gnats-bugs@NetBSD.org
Cc: gnats-admin@NetBSD.org
Subject: Re: PR/33392 CVS commit: src/dist/nawk
Date: Mon, 26 Jun 2006 00:59:44 +0300

 >  PR/33392: Aleksey Cheusov: Incorrect matching due to hard-coded limit in
 >  number of states. Adapted from patch supplied.
 
 Thanks for applying the patch.
 Just a minor note:
 you forgot about xfree(f->gototab[i]) in function 'freefa'.
 
 
 >  To generate a diff of this commit:
 >  cvs rdiff -r1.5 -r1.6 src/dist/nawk/awk.h
 >  cvs rdiff -r1.8 -r1.9 src/dist/nawk/b.c
 
 -- 
 Best regards, Aleksey Cheusov.