NSUPDATE

Cody.Gibson at intermec.com Cody.Gibson at intermec.com
Tue Feb 1 00:33:59 UTC 2000


I believe I have found a little bug in nsupdate 8.2. The LIST "listuprec" is
never initialized. As a result, the head and tail pointers may contain
random data when the APPEND function is called on line 581. On my OS/2
system, it truly does contain random data which causes an "access violation"
at run time.

I solved this by adding the line:

	INIT_LIST(listuprec);

at the very beginning, immediately after "progname" is set.

Cody Gibson



More information about the bind-workers mailing list