On Feb 9, 2015, at 6:32 PM, Ted Lemon <[email protected]> wrote: > return guard_p(bufp[0], bufp + bufp[1], buflen - bufp[1]);
should be: > return guard_p(bufp[0], bufp + bufp[1] + 2, buflen - bufp[1] - 2); _______________________________________________ OPSEC mailing list [email protected] https://www.ietf.org/mailman/listinfo/opsec
