diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2017-07-26 16:21:54 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2017-07-28 17:30:32 +0800 |
commit | 4f0465058b6ff9c53591ec81951f494a70bde7c1 (patch) | |
tree | 2581744073e34cdaa1f64545c121093efd0176dc /BaseTools/Source/Python/build/BuildReport.py | |
parent | 1557f05b37f89d1f3cd41a5543a22533fc68ede6 (diff) | |
download | edk2-4f0465058b6ff9c53591ec81951f494a70bde7c1.tar.gz edk2-4f0465058b6ff9c53591ec81951f494a70bde7c1.tar.bz2 edk2-4f0465058b6ff9c53591ec81951f494a70bde7c1.zip |
ShellPkg: Avoid buffer out-of-bound access
PathSize is the number of bytes in PathForReturn buffer so
PathForReturn[PathSize - 1] incorrectly accesses the last
character in the buffer,
PathForReturn[PathSize / sizeof (CHAR16) - 1] should be used.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Steven Shi <steven.shi@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/build/BuildReport.py')
0 files changed, 0 insertions, 0 deletions