On Tue, Apr 09, 2013 at 08:25:00PM -0700, Kevin J. McCarthy wrote:
> So basically the patch would be something like:
>    case 10:                  /* name             */
>    {
> -    if (!pend || !*p)
> +    if (!(pend && (*p || is_pub)))
>         break;                    /* empty field or no trailing colon */
> 
> This would create an address record, recording the trust and flags, but
> with a null addr field.

I also am not familiar with this code, and only have a moment to reply
so I'm not going to go hunt it down right now--that said an
alternative might be to explicitly set the addr field to an empty
string rather than leaving it null...


-- 
Derek D. Martin    http://www.pizzashack.org/   GPG Key ID: 0xDFBEAD02
-=-=-=-=-
This message is posted from an invalid address.  Replying to it will result in
undeliverable mail due to spam prevention.  Sorry for the inconvenience.

Attachment: pgprOGUH_rQnL.pgp
Description: PGP signature

Reply via email to