wlags49_h2: Fix overflow in wireless_set_essid()
authorMaurizio Lombardi <mlombard@redhat.com>
Wed, 5 Feb 2014 15:46:56 +0000 (16:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Feb 2014 19:10:08 +0000 (11:10 -0800)
commit6b89db36b3ab7c4b99027873e1de4be8d07387d4
tree3dfa78fca726fdc6042e6e766bee31d34e3b20d4
parentad3815a595fd7a5c5e4a24947a56eec29582a505
wlags49_h2: Fix overflow in wireless_set_essid()

This patch prevents the wireless_set_essid() function from overwriting
the last byte of the NetworkName buffer which must be NULL.

Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlags49_h2/wl_wext.c