commit | cb9cc9cae9ebde1148e48c9682205af8518ec0c9 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Jan 09 10:09:19 2013 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jan 17 13:52:37 2013 -0800 |
tree | 2d273b84555f071223586dc7b55de3c428c15eb9 | |
parent | b3d07cf5a1045130057ebf39282092c31ceca185 [diff] |
Staging: bcm: copying more data than intended This was changed to bcm_flash2x_cs_info instead of bcm_flash_cs_info when we got rid of the typedefs. bcm_flash2x_cs_info is quite a bit larger than bcm_flash_cs_info (436 bytes instead of 96) so it would corrupt user memory and it's an info leak. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>