commit | f1dbbaed6f0d766e35e3b67d466187abd5dd0091 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Wed Oct 09 16:19:52 2019 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 17 19:19:55 2019 +0200 |
tree | a1959b622c6dfe40c35eb2f4fac14233a0ac684a | |
parent | 95c21cf2c58daf70c4d82abd7e49cb1eebffad71 [diff] |
efi_loader: device_path: check against file path length device_path strcuture has 2 bytes of "length" field, and so file path length should not exceed this limit, 65535. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>