h...@marvell.com
> > Subject: [PATCH v3 1/1] event/octeontx: resolve possible integer overflow
> >
> > The last argument passed to ssovf_parsekv() is an
> > unsigned char*, but it is accessed as an integer.
> > This can lead to an integer overflow.
> >
> &g
> -Original Message-
> From: Hanumanth Pothula
> Sent: Thursday, October 24, 2024 6:55 AM
> To: Jerin Jacob
> Cc: dev@dpdk.org; hka...@marvell.com; step...@networkplumber.org;
> hpoth...@marvell.com
> Subject: [PATCH v3 1/1] event/octeontx: resolve possible integer o
The last argument passed to ssovf_parsekv() is an
unsigned char*, but it is accessed as an integer.
This can lead to an integer overflow.
Hence, make ensure the argument is accessed as a char
and for better error handling use strtol instead of atoi.
Signed-off-by: Hanumanth Pothula
---
v2: use
3 matches
Mail list logo