pthreadpool icon indicating copy to clipboard operation
pthreadpool copied to clipboard

Avoid FPE in divide_round_up

Open fuzzer1121 opened this issue 2 years ago • 0 comments

Add assert to check divisor is not 0 in divide_round_up.

This can be triggered if tile_j or tile_k parameters of pthreadpool_parallelize_3d_tile_2d are zero.

fuzzer1121 avatar Apr 23 '24 12:04 fuzzer1121