CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/01/09 23:18:40
Modified files:
sbin/ping : ping.c
sbin/ping6 : ping6.c
Log message:
Fix a bug found in ping6 when rebuilding with stack protector strong.
rtableid is unitialized; the stack protector strong binary would fail
to set the routing table id. Copy the rtableid initialization over to
ping to keep what is essentially similar code in sync.
ok deraadt@
