| commit | 041aba19b916ddfd5254c80ef413ef8a7e76c8ad | [log] [tgz] |
|---|---|---|
| author | Seth Jennings <sjenning@linux.vnet.ibm.com> | Tue Feb 28 16:02:23 2012 -0600 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 29 15:23:38 2012 -0800 |
| tree | d85fb7795954cb4e59b361d98435983bb265a77a | |
| parent | 843c666d16e62e4b3889f1491a1d91b87ddc7bd3 [diff] |
staging: zcache: fix memory corruption bug This patch fixes a bug where the zv code writes before the allocated buffer, resulting in system memory corruption. This was introduced during the switch from xvmalloc to zsmalloc. Signed-off-by: Seth Jennings <sjenning@linux.vnet.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>