> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Gaetan Rivet > Sent: Wednesday, May 13, 2020 12:48 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v1 1/2] pci: fix allowing underflow when parsing > PCI > id > > The function strtoul will not return ERANGE if the input is negative, as > one might expect. > > 0000:-FFFFFFFFFFFFFFFB:00.0 > > is not a better way to write 0000:05:00.0. > To simplify checking for '-', forbid using spaces before the field value. > > 0000: 00: 2c.0 > > Should not be accepted. > > Fixes: af75078fece3 ("first public release") > Cc: sta...@dpdk.org > Signed-off-by: Gaetan Rivet <gr...@u256.net> > ---
Acked-by: Darek Stojaczyk <dariusz.stojac...@intel.com>