diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2018-09-13 15:49:23 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2018-10-17 11:04:01 +0800 |
commit | 8bcbe587e794aaaa6506b647732316ce5ba40168 (patch) | |
tree | 22ef006f62b64db008216c5e88566053d94716ba /BaseTools/Source/Python/AutoGen/GenMake.py | |
parent | 4d2b5066317d3e16dc8041a3e62d3bfe1c90bb02 (diff) | |
download | edk2-8bcbe587e794aaaa6506b647732316ce5ba40168.tar.gz edk2-8bcbe587e794aaaa6506b647732316ce5ba40168.tar.bz2 edk2-8bcbe587e794aaaa6506b647732316ce5ba40168.zip |
MdeModulePkg/UsbKb: Don't access key codes when length is wrong
Per USB HID spec, the buffer holding key codes should be 8-byte
long.
Today's code assumes that the key codes buffer length is 8-byte
long and unconditionally accesses the key codes buffer.
It's incorrect.
The patch fixes the issue by returning Device Error when the
length is less than 8-byte.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Steven Shi <steven.shi@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/AutoGen/GenMake.py')
0 files changed, 0 insertions, 0 deletions