commit | 62120155b67313509b673e051155075383a8a33a | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Sun Apr 03 10:39:11 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 29 11:11:36 2022 -0400 |
tree | be9aa0846e9cc1b37f7bed6e7f897f8a2664e067 | |
parent | 9c2f5ecd43ee8bad9d52497c154088c6a99e3f9d [diff] |
usb: sandbox: Check for string end in copy_to_unicode() When copying the string in copy_to_unicode(), check for the null terminator in each position, not just at the start, to avoid reading beyond the end of the string. Signed-off-by: Andrew Scull <ascull@google.com> Cc: Simon Glass <sjg@chromium.org> Cc: Marek Vasut <marex@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>