hatanaka icon indicating copy to clipboard operation
hatanaka copied to clipboard

Fix out of bounds array access

Open fmayer opened this issue 10 months ago • 0 comments

dy0[*i0] is undefined behavior if *i0 == -1. We don't actually use the value in getdiff in that case, so pass NULL instead.

fmayer avatar Feb 03 '25 23:02 fmayer