commit | 13ee6da3efdffee02d9c6368b3e6f6af0d89bee0 | [log] [tgz] |
---|---|---|
author | André Draszik <adraszik@tycoint.com> | Tue Oct 03 16:55:50 2017 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 16 19:10:25 2017 -0700 |
tree | b8a2bd35165f75fbc61e84233e4383b2401259a5 | |
parent | 36629477769f7eac5d4dd0781f0c9c16f297688f [diff] |
SPL: fix printing of image name The maximum length of the name of the image is obviously not sizeof(), which is just the length of a pointer, but IH_NMLEN. fixes: 62cf11c0921a90c6bd62344f4bc069668e6c698c ("SPL: Limit image name print length") Signed-off-by: André Draszik <adraszik@tycoint.com> Acked-by: Simon Glass <sjg@chromium.org>