Bug 4646

Summary: inetd doing RPC crashes
Product: Busybox Reporter: Jelle Martijn Kok <jmkok>
Component: NetworkingAssignee: unassigned
Status: NEW ---    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: 1.19.x   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
Host: Target:
Build:

Description Jelle Martijn Kok 2011-12-20 18:42:03 UTC
[/etc/inetd.conf]
srvx/1  dgram   rpc/udp wait    root    /usr/local/bin/rpc-service

[/etc/rpc]
srvx    99

When doing "inetd -fe" it gives a segmentation fault.

It seems to crash at prepare_socket_fd()
Inside that function "set_nport(&sep->se_lsa->u.sa, 0);" is performed, but "sep->se_lsa" seems not to be initialized (and thus NULL).