|WARNING| pw107904 [PATCH] crypto/virtio: fix out of bounds access bug

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Feb 21 19:07:49 CET 2022


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

_coding style issues_


WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#83: FILE: drivers/crypto/virtio/virtio_rxtx.c:267:
+			if (VIRTIO_CRYPTO_MAX_IV_SIZE < session->iv.length)

total: 0 errors, 1 warnings, 9 lines checked


More information about the test-report mailing list