]> xenbits.xensource.com Git - xen.git/commit
kdd: fix free of array-typed value
authorMatthew Daley <mattjd@gmail.com>
Tue, 10 Sep 2013 14:34:21 +0000 (02:34 +1200)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 13 Sep 2013 12:15:09 +0000 (13:15 +0100)
commitda89e7ef29c2e310e620d3ee05e86e9c164cf17b
treeab0f581a5d2d3f1931e799e8551335729586d2be
parent6425b20c0f10eff1843807f83d9cc0895bf91082
kdd: fix free of array-typed value

g->id is an array and is allocated as part of g itself; it's not a
separate allocation.

Coverity-ID: 1054980
Signed-off-by: Matthew Daley <mattjd@gmail.com>
Acked-by: Tim Deegan <tim@xen.org>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/debugger/kdd/kdd-xen.c