Re: Fix an off-by-one bug in rtadvd(8)

2013-04-11 Thread Brad Smith
On Thu, Apr 11, 2013 at 02:26:01AM -0700, Stephane A. Sezer wrote: > Hello tech@, > > brad@ reported a bug in the code I wrote a few months ago to support RFC > 6106 in rtadvd(8). The following patches fix that bug, and another mistake I > found while going through the code. Also included are some

Fix an off-by-one bug in rtadvd(8)

2013-04-11 Thread Stephane A. Sezer
Hello tech@, brad@ reported a bug in the code I wrote a few months ago to support RFC 6106 in rtadvd(8). The following patches fix that bug, and another mistake I found while going through the code. Also included are some minor style changes. usr.sbin/rtadvd/config.c | 29 +--