stun: memset saddr before binding
commitdcecde136a0c5e67c7caf3de9827e32737c75f90
authorDaniel Borkmann <dborkman@redhat.com>
Wed, 12 Jun 2013 10:26:38 +0000 (12 12:26 +0200)
committerDaniel Borkmann <dborkman@redhat.com>
Wed, 12 Jun 2013 10:26:38 +0000 (12 12:26 +0200)
treea3b48404b5f33bbe1ca8a261467e5557d9d01a89
parent9c6dbdeecc620e1c3013914bf1bc8384be5b2a8b
stun: memset saddr before binding

We need to zero out data before we actually do the bind, otherwise
uninitialized crap can be in saddr.

Found by coverty scanner.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
stun.c