commit | b4810773754fe8371d17b1be49b1c15e8d9d4547 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Jan 22 08:20:16 2015 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Jan 22 08:23:15 2015 -0800 |
tree | e9de3badeca3973ed3ec27f5ef578ca7c519de2b | |
parent | a535a9f16cc39b978857d584d6e5fb9840db7db7 [diff] |
Input: cyapa - off by one in cyapa_update_fw_store() If "(count == NAME_MAX)" then we could end up putting the NUL terminator one space beyond the end of the fw_name[] array. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>