commit | 08c51fff30cca0e834a4819a9d9bb684a919fa7e | [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 | c83b1bb923421e95e499b22b010d2f9f463c1226 [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>