[dpdk-test-report] |WARNING| pw99373 [PATCH] app: fix buffer overrun
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Sep 21 15:22:11 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/99373
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#51:
Previously when user configured aad size is over 12 bytes the copy of template aad will cause a buffer overrun.
ERROR:SPACING: space required before the open parenthesis '('
#78: FILE: app/test-crypto-perf/cperf_test_vectors.c:558:
+ if(options->aead_aad_sz > 12)
total: 1 errors, 1 warnings, 17 lines checked
More information about the test-report
mailing list