Bug 1358

Summary: closefromtest fails, differently, sometimes
Product: Portable OpenSSH Reporter: David Leonard <David.Leonard>
Component: MiscellaneousAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: normal CC: dtucker
Priority: P2    
Version: 4.7p1   
Hardware: SPARC   
OS: Solaris   

Description David Leonard 2007-09-10 12:59:51 AEST
openbsd-compat/regress/closefromtest.c exits with a random value on success.
This (sometimes) breaks tests on Solaris 2.8
Easily fixed by adding "return 0;" at the end of main().

See also: bug 1345
Comment 1 Darren Tucker 2007-09-10 13:21:28 AEST
(In reply to comment #0)
> Easily fixed by adding "return 0;" at the end of main().

Fixed, thanks.

> See also: bug 1345

That one has been fixed for a while, no?

Comment 2 David Leonard 2007-09-11 11:00:13 AEST
(In reply to comment #1)
> Fixed, thanks.

Beaut

> > See also: bug 1345
> That one has been fixed for a while, no?

Yeah. I tend to over-annotate.
Comment 3 Damien Miller 2008-04-04 10:00:36 AEDT
Close resolved bugs after release.