On Sat, Feb 12, 2011 at 11:48:11PM +0100, Linus Lüssing wrote: > For another, only 30 Bytes per soft interface neighbor are allocated, > but up to 31 Bytes get copied into the buffer which leads to a buffer > overflow again if the vid needs more than one digit. Argh, just noticed I had the snprintf() wrong in my mind, I forgot that the count is including the \0 character.
Will correct the wording of that patch. Cheers, Linus
