]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[script] Avoid trying to read final character of a zero-length string
authorMichael Brown <mcb30@ipxe.org>
Mon, 15 Jul 2013 16:06:41 +0000 (18:06 +0200)
committerMichael Brown <mcb30@ipxe.org>
Mon, 15 Jul 2013 16:06:41 +0000 (18:06 +0200)
commite52c24492af3465657fef882e15da9bc80e3512a
treef9c473c658ffa95bd8becc19096543c4c935ea20
parent30de9e8300e97c4b56e29f5a3b08e4615b30606f
[script] Avoid trying to read final character of a zero-length string

Detected using Valgrind.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/image/script.c