commit | bca271136f06514253aa28c24c04fc23b88e971e | [log] [tgz] |
---|---|---|
author | Paolo 'Blaisorblade' Giarrusso <[email protected]> | Wed Mar 07 20:41:07 2007 -0800 |
committer | Linus Torvalds <[email protected]> | Thu Mar 08 07:38:21 2007 -0800 |
tree | 00b8bd4d3d929f682e6bffa12079d366d61deb11 | |
parent | 0ce3c83a9c22f59937b86c80b478dfbffe54dbab [diff] |
[PATCH] uml: hostfs: fix double free Fix double free in the error path - when name is assigned into root_inode we do not own it any more and we must not kfree() it - see patch for details. Thanks to William Stearns for the initial report. CC: William Stearns <[email protected]> Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[email protected]> Acked-by: Jeff Dike <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>