ManSoSec opened this issue 5 years ago · 1 comments
libredwg/src/decode.c
Line 2552 in 785df5f
libredwg/src/decode_r2007.c
Line 1594 in 785df5f
Is a type casting (int) missed?
We should rather zero-extend to long both sides here, to avoid overflows. Thanks. Done in 631bbac