From: Chen Gang Date: Fri, 26 Apr 2013 10:31:58 +0000 (+0800) Subject: staging: wlags49_h2: strncpy, need checking the memory length X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~755 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=205179d0c02cb3f59eda77d3e6cc895b7d4b06bd;p=pandora-kernel.git staging: wlags49_h2: strncpy, need checking the memory length HCF_MAX_NAME_LEN is 32, which may less than ''probe_rsp->rawData[1]'', so need check the length when copy to ssid. Signed-off-by: Chen Gang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed