commit | 591be4544df8d43b4c8cd60af4e6bdabb294305c | [log] [tgz] |
---|---|---|
author | Peng Xu <pxu@qti.qualcomm.com> | Wed May 10 17:27:28 2017 -0700 |
committer | Jouni Malinen <jouni@qca.qualcomm.com> | Sun May 14 22:52:02 2017 +0300 |
tree | 6350b64311751eec7a0b6668f4f57d0df7fd61f7 | |
parent | b8fc5cc8bdd5beb0b832299cb7101db5e63b3019 [diff] |
Fix static analysis issues with strncat() Replace strncat() with strlcat() to silence static analysis warnings about use of deprecated functions. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>