efl/src
junsu choi 7b4c9284a9 vg_common_svg: Fix when the number of polygon points is odd
Summary: If the number of points is odd, an overflow occurs in array[i+1].

Test Plan:
Test Svg image
```
<svg xmlns="http://www.w3.org/2000/svg" id="svg1" viewBox="0 0 200 200">
    <title>Not enough points</title>
    <desc>Must contain at least 4 points</desc>

    <polygon id="polygon1" points="20 40 160 40 10" fill="none" stroke="red"/>

    <!-- image frame -->
    <rect id="frame" x="1" y="1" width="198" height="198" fill="none" stroke="black"/>
</svg>
```

Reviewers: Hermet, raster, kimcinoo

Reviewed By: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12319
2022-01-12 11:35:31 +09:00
..
benchmarks benchmark: Remove unnecessary import and export macros from benchmark executables 2020-12-06 12:25:19 -03:00
bin efreetd - use putenv for better porting to weird os's 2022-01-09 21:14:23 +00:00
bindings efl_mono: Use architecture independent ECANCELED 2020-11-25 10:44:41 -03:00
edje_external emotion: remove all left overs from removed backends 2020-06-05 12:47:43 +02:00
examples ecore evas ews - deprecate/remove 2021-03-28 13:56:33 +01:00
generic evas - loader - rsvg - work around rsvg now returning 0 sized dims 2021-10-05 01:00:33 +01:00
lib Efl.Gfx.Path: Remove unnecessary optimization code for small arc 2022-01-12 11:32:42 +09:00
modules evas_vg_load_svg: Fix colorstop offset parser 2022-01-12 11:34:29 +09:00
scripts build: disable elua by default, plus nicer detection 2020-06-06 19:28:26 +02:00
static_libs vg_common_svg: Fix when the number of polygon points is odd 2022-01-12 11:35:31 +09:00
tests elm - test - disable 2 negative tests that are failing to fail 2022-01-04 14:13:32 +00:00
wayland_protocol wayland - update code generate private code and have no warnings 2021-05-07 00:02:05 +01:00