commit | e710a3677b03caf3be6a8c4c54c35652524f719e | [log] [tgz] |
---|---|---|
author | Kasun Athukorala <kasunath@google.com> | Wed Jul 16 01:18:49 2025 +0000 |
committer | Kasun Athukorala <kasunath@google.com> | Wed Jul 16 01:19:05 2025 +0000 |
tree | 6d3568a6669e6014eab212bc2e7ab99483a7d26e | |
parent | e3410a8b573b80a80d04f48b756af0030f851d08 [diff] |
Verify packet size before accessing checksum Calculating checksum without verifying that the dataLengthBytes is correct, could lead to potential security issues. This patch fixes the issue. Tested: Unit tested Change-Id: I2fa0deea99db7426924f7756a5dcd07e5e49121b Signed-off-by: Kasun Athukorala <kasunath@google.com>
This daemon will follow the design doc: https://github.com/openbmc/docs/blob/master/designs/bios-bmc-smm-error-logging.md
More detailed implementation details will also be placed here in the future