Hi Scuri,

Here some new issues with IUP.

1. Memory corruption at src/iup_draw.c
variable points has size of 6, but call Polygon with only size 3.
iupdrvDrawPolygon call msvc Polygon function

2. Memory corruption at srcglcontrols/iup_gldraw.c
variable points has size of 6, but call Polygon with only size 3.
iupGLDrawPolygon call msvc Polygon function

3. Possible division by zero at srcglcontrols/iup_gldraw.c
variable sb_range can be zero

regards,
Ranier Vilela

Attachment: assorted_issues_part_iv.patch
Description: assorted_issues_part_iv.patch

_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to