Re: [ovs-dev] [PATCH v3 03/14] stopwatch: Fix buffer underflow when computing percentiles.

2022-02-15 Thread Ilya Maximets
On 2/3/22 20:02, Paolo Valerio wrote: > Dumitru Ceara writes: > >> UB Sanitizer report: >> lib/stopwatch.c:119:22: runtime error: index 18446744073709551615 out of >> bounds for type 'long long unsigned int [50]' >> #0 0x698358 in calc_percentile lib/stopwatch.c:119 >> #1 0x69ada1

Re: [ovs-dev] [PATCH v3 03/14] stopwatch: Fix buffer underflow when computing percentiles.

2022-02-03 Thread Paolo Valerio
Dumitru Ceara writes: > UB Sanitizer report: > lib/stopwatch.c:119:22: runtime error: index 18446744073709551615 out of > bounds for type 'long long unsigned int [50]' > #0 0x698358 in calc_percentile lib/stopwatch.c:119 > #1 0x69ada1 in add_sample lib/stopwatch.c:231 > #2 0x

[ovs-dev] [PATCH v3 03/14] stopwatch: Fix buffer underflow when computing percentiles.

2022-01-24 Thread Dumitru Ceara
UB Sanitizer report: lib/stopwatch.c:119:22: runtime error: index 18446744073709551615 out of bounds for type 'long long unsigned int [50]' #0 0x698358 in calc_percentile lib/stopwatch.c:119 #1 0x69ada1 in add_sample lib/stopwatch.c:231 #2 0x69c086 in stopwatch_end_sample_prote