On Thu, Jun 04, 2020 at 05:15:59PM +0300, Gabriel Ivăncescu wrote:
Fixes a regression introduced by 9bc6f004ceccf3963584a4f7f4681b5c0578c214, which broke when REGION_CreateEdgeTable overflowed.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
Supersedes 185732.
The patch just indents the code to skip it if nb_points is zero, which can be from overflow.
This code was already indentation hell, so let's not make it worse. I've sent in a new version that moves hell to a hel-per...
Huw.