Re: dhcpcd-6.3.1 segfault
Roy Marples
Mon Mar 10 18:00:28 2014
On 09/03/2014 22:08, xinglp wrote:
Program terminated with signal SIGSEGV, Segmentation fault.
#0 dhcp6_handledata (arg=0x7fff11a4ee20) at dhcp6.c:2129
2129 syslog(LOG_DEBUG, "%s: validated using 0x%08"
PRIu32,
(gdb) l
2124 syslog(LOG_DEBUG, "dhcp_auth_validate:
%m");
2125 syslog(LOG_ERR, "%s: authentication
failed from %s",
2126 ifp->name, ctx->sfrom);
2127 return;
2128 }
2129 syslog(LOG_DEBUG, "%s: validated using 0x%08"
PRIu32,
2130 ifp->name, state->auth.token->secretid);
2131 } else if (ifo->auth.options & DHCPCD_AUTH_REQUIRE) {
2132 syslog(LOG_ERR, "%s: no authentication from
%s",
2133 ifp->name, ctx->sfrom);
Fixed here:
http://roy.marples.name/projects/dhcpcd/ci/9eaeccdf1d?sbs=0
Thanks
Roy
Archive administrator: postmaster@marples.name