[dpdk-test-report] |WARNING| pw100987 [dpdk-dev v3] app: fix buffer overrun

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Oct 11 10:07:09 CEST 2021


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/100987

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#55: 
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 '('
#79: FILE: app/test-crypto-perf/cperf_test_vectors.c:558:
+			if(options->aead_aad_sz > sizeof(aad))

total: 1 errors, 1 warnings, 10 lines checked


More information about the test-report mailing list