Bug 4646 - inetd doing RPC crashes
Summary: inetd doing RPC crashes
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Networking (show other bugs)
Version: 1.19.x
Hardware: Other Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-20 18:42 UTC by Jelle Martijn Kok
Modified: 2011-12-20 18:42 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).