Bug 1706

Summary: Set FD_CLOEXEC on accepted socket
Product: Portable OpenSSH Reporter: jchadima
Component: sshdAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: normal CC: djm
Priority: P2    
Version: 5.3p1   
Hardware: Other   
OS: Linux   
Bug Depends on:    
Bug Blocks: 1626    
Attachments:
Description Flags
patch solving the problem none

Description jchadima 2010-01-28 23:20:58 AEDT
Set FD_CLOEXEC on sockets from accept(2) so they are not leaked to child
processes
Comment 1 jchadima 2010-01-28 23:21:57 AEDT
Created attachment 1785 [details]
patch solving the problem
Comment 2 Damien Miller 2010-01-29 11:21:12 AEDT
patch applied, this will be in openssh-5.4 shortly.
Comment 3 Darren Tucker 2010-03-26 10:51:59 AEDT
With the release of 5.4p1, this bug is now considered closed.