]> www.infradead.org Git - users/jedix/linux-maple.git/commit
[ovmapi] fix memcpy overrun, leaks and mutex unlock
authorCathy Avery <cathy.avery@oracle.com>
Fri, 17 Aug 2012 19:15:28 +0000 (15:15 -0400)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Mon, 20 Aug 2012 09:18:20 +0000 (02:18 -0700)
commitc3c04a135bd4391a40157f7f8113db1e3fa2997f
tree1cba0546a87d1d6f63c9bb07b8ca922a78da3ce0
parent3344de8419b3427a8d4cd57b2489a686c1b3dc5f
[ovmapi] fix memcpy overrun, leaks and mutex unlock

Added bug fixes:
mempy overrun of name and value buffer when strings are too long.
Fixed memory leaks.
Fixed not unlocking mutex on some error returns.

Signed-off-by: Cathy Avery <cathy.avery@oracle.com>
drivers/xen/ovmapi.c