BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000751 [BusyBox] Networking Support minor always 02-20-06 20:11 02-21-06 18:10
Reporter pochi View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version svn
Summary 0000751: [patch] udhcp socket leaks
Description From http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=336507 [^] :

"While my ISP was playing up, udhcpc was getting 30 second leases from
the cable modem. Somehow it managed to run out of file descriptors
and /proc/nn/fd showed a large number of sockets. Using strace showed
it was creating a UDP socket, setting SO_REUSEADDR and then attempting
to bind it to a specific IP address. The bind failed and the socket
was never closed. Examining kernel_packet() we can see that if the
bind fails, the socket will remain open. There are a number of
similar cases. See the patch below. -- Neil Turton"
Additional Information
Attached Files  udhcp.patch [^] (1,844 bytes) 02-20-06 20:11

- Relationships

- Notes
(0001143)
landley
02-21-06 18:10

svn 14178
 

- Issue History
Date Modified Username Field Change
02-20-06 20:11 pochi New Issue
02-20-06 20:11 pochi Status new => assigned
02-20-06 20:11 pochi Assigned To  => BusyBox
02-20-06 20:11 pochi File Added: udhcp.patch
02-21-06 18:10 landley Status assigned => closed
02-21-06 18:10 landley Note Added: 0001143
02-21-06 18:10 landley Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker