[ovs-dev] [PATCH] lib: added check to prevent int overflow

2019-03-12 Thread Toms Atteka
If enough large input is given ofpact_finish will fail. Check was added and error message returned. Basic manual testing performed. Reported-by: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12972 Signed-off-by: Toms Atteka --- lib/learn.c | 5 + 1 file changed, 5 insertions(+) dif

Re: [ovs-dev] [PATCH] lib: added check to prevent int overflow

2019-03-15 Thread Ben Pfaff
On Tue, Mar 12, 2019 at 08:26:43AM -0700, Toms Atteka wrote: > If enough large input is given ofpact_finish will fail. > Check was added and error message returned. > > Basic manual testing performed. > > Reported-by: > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12972 > Signed-off-by: