commit | 3ed24a2cef59161607c5a923297c0a79bd7e8786 | [log] [tgz] |
---|---|---|
author | Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> | Mon Apr 27 09:13:31 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue Apr 28 01:21:36 2009 +0200 |
tree | e6ea0481513f27caeda49b429b6809b77683b799 | |
parent | f4a193b47e606c9848853cc90f2b46f755ab6514 [diff] |
ubifs: BUG realpath string must be ended with NULL If the memory used to copy the link_make is "dirty" the string wont be ended with NULL, throwing out multiple memory bugs. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> Acked-by: Stefan Roese <sr@denx.de>