[dpdk-test-report] |WARNING| pw101229 [dpdk-dev v4] app: fix buffer overrun

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 12 14:59:04 CEST 2021


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

_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 '('
#83: FILE: app/test-crypto-perf/cperf_test_vectors.c:594:
+			if(options->aead_aad_sz > sizeof(aad))

total: 1 errors, 1 warnings, 10 lines checked


More information about the test-report mailing list