diff options
author | Julius Werner <jwerner@chromium.org> | 2024-01-30 19:33:40 -0800 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2024-02-02 22:49:23 +0000 |
commit | c228beff195a7fe9b99e88eda582c075b7ec05d3 (patch) | |
tree | 45035698a38ac89bc4b179b1271e262670dca1b3 /src/include/string.h | |
parent | f6e358483bd4d70d552ead732709b3f828a0522a (diff) |
util/cbmem: Use commonlib ipchksum() algorithm
This patch switches the cbmem utility from its own IP checksum
implementation to the commonlib version (which is good because the old
one had a couple of bugs: doesn't work on odd sizes and may overflow
its carry accumulator with input larger than 64K).
Change-Id: I0bef2c85c37ddd3438b7ac6389e9daa3e4955b31
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80256
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/string.h')
0 files changed, 0 insertions, 0 deletions