commit | dbd33614404b65aa441c5620c3dbd560c4460c09 | [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 | 65351a8793c51f3787efbbcf3aa1df0ad543c127 [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>