Re: ping6: out of boundary access with invalid packets

2015-09-09 Thread Florian Obser
On Tue, Sep 08, 2015 at 09:45:06PM +0200, Tobias Stoeckmann wrote: > The function pr_pack does not properly check boundaries before > accessing packet data. This could happen on short network reads or > when we receive packets that are addressed for another running ping6 > instance (see pr_pack com

ping6: out of boundary access with invalid packets

2015-09-08 Thread Tobias Stoeckmann
The function pr_pack does not properly check boundaries before accessing packet data. This could happen on short network reads or when we receive packets that are addressed for another running ping6 instance (see pr_pack comment for more information). Index: ping6.c ===