]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Add TEST_FAIL() to radius_msg_add_attr()
authorJouni Malinen <j@w1.fi>
Sun, 5 Mar 2017 14:36:24 +0000 (16:36 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 5 Mar 2017 14:37:52 +0000 (16:37 +0200)
commitb9fd3c244e8a56c988526c6d738fb677d2535f5e
tree6061d0c2ab02a26ee6e4c89c642bf7317ea9cc76
parentde01f254a61a4432ba89f3a5dc950d8678021d44
tests: Add TEST_FAIL() to radius_msg_add_attr()

This makes it easier to test error paths for RADIUS message
construction.

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