]> git.ipfire.org Git - thirdparty/hostap.git/commit
RADIUS client: Check getsockname() return value
authorJouni Malinen <j@w1.fi>
Sun, 7 Sep 2014 15:35:46 +0000 (18:35 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 7 Sep 2014 15:35:46 +0000 (18:35 +0300)
commit3a413e0ed80f7e85b9b33a8b17691f6db247283a
treec6eaf002e85c24952a8dc0dd4741b13f02b347bd
parent9c196f7703a44e510116e068b99be52ef69e404f
RADIUS client: Check getsockname() return value

In theory, this function could fail, so check the return value before
printing out the RADIUS local address debug message (CID 72700).

Signed-off-by: Jouni Malinen <j@w1.fi>
src/radius/radius_client.c