Subject: Re: lib/24318
To: None <riz@netbsd.org>
From: Christian Biere <christianbiere@gmx.de>
List: netbsd-bugs
Date: 05/14/2005 00:11:17
riz@netbsd.org wrote:
> Synopsis: Parser bugs in getttyent(), getttynam()
 
> State-Changed-Why:
> christos fixed this as PR#28183.

tty.ty_class is still not initialized. As tty is declared static
it is NULL the first time used but it's then never reset to NULL.

-- 
Christian