> $1 = (DKIM *) 0xffb6afe8 > (gdb) n > 809 len = strlen(name) + strlen(sep) + strlen(value) + > strlen(crlf); > (gdb) print priv->priv_dkim > $2 = (DKIM *) 0x0 Actually I think this is OK, sigh. *priv before line 809 is uninitialized and full of garbage/invalid data. Post 809 is populated with the correct data, including priv_dkim. John
Message
Re: [milter-greylist] DKIM and ACL syntax
2010-09-16 by John Wood