|WARNING| pw162590 [PATCH 1/2] lib/pipeline: bound token concatenation when parsing instructions
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Mar 23 09:19:54 CET 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/162590
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#63:
action_block_parse() and apply_block_parse() build instruction strings by concatenating untrusted tokens into a fixed-size stack buffer. Replace the open-coded strcat() loop with a helper that tracks the remaining capacity and fails when the assembled instruction would exceed RTE_SWX_INSTRUCTION_SIZE.
total: 0 errors, 1 warnings, 190 lines checked
More information about the test-report
mailing list