automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw100987 [PATCH] [v3] app: fix buffer overrun
@ 2021-10-11 20:44 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-10-11 20:44 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 1320 bytes --]

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

_apply patch failure_

Submitter: Przemyslaw Zegan <przemyslawx.zegan@intel.com>
Date: Monday, October 11 2021 08:04:52 
Applied on: CommitID:515d20195b17444262a5732831c0615146c7189c
Apply patch set 100987 failed:

Checking patch app/test-crypto-perf/cperf_test_vectors.c...
error: while searching for:
				return NULL;
			}

			if(options->aead_aad_sz > 12)
				options->aead_aad_sz = 12;

			memcpy(t_vec->aad.data, aad, options->aead_aad_sz);
			t_vec->aad.phys_addr = rte_malloc_virt2iova(t_vec->aad.data);

error: patch failed: app/test-crypto-perf/cperf_test_vectors.c:555
Applying patch app/test-crypto-perf/cperf_test_vectors.c with 1 reject...
Rejected hunk #1.
diff a/app/test-crypto-perf/cperf_test_vectors.c b/app/test-crypto-perf/cperf_test_vectors.c	(rejected hunks)
@@ -555,8 +555,8 @@ cperf_test_vector_get_dummy(struct cperf_options *options)
 				return NULL;
 			}
 
-			if(options->aead_aad_sz > 12)
-				options->aead_aad_sz = 12;
+			if(options->aead_aad_sz > sizeof(aad))
+				options->aead_aad_sz = sizeof(aad);
 
 			memcpy(t_vec->aad.data, aad, options->aead_aad_sz);
 			t_vec->aad.phys_addr = rte_malloc_virt2iova(t_vec->aad.data);

https://lab.dpdk.org/results/dashboard/patchsets/19281/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-11 20:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-11 20:44 [dpdk-test-report] |WARNING| pw100987 [PATCH] [v3] app: fix buffer overrun dpdklab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).