MS-MPPE-Recv-Key generation in radius_msg_add_mppe_keys() used incorrect function argument (send_key_len; should be recv_key_len) when allocating a temporary buffer. Fix this by using the correct argument. The only caller of the function uses the same length for both send_key_len and recv_key_len, so this copy-paste error did not result in any difference in the behavior. Signed-off-by: Jouni Malinen <j@w1.fi> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
radius.c | ||
radius.h | ||
radius_client.c | ||
radius_client.h | ||
radius_das.c | ||
radius_das.h | ||
radius_server.c | ||
radius_server.h |