ruffle/swf/src
Mike Welsh 47f0f980b8 core: Handle PlaceObject tags with malformed clip actions
Some SWFs in the wild have PlaceObject tags with ending ClipActions
that are 2 bytes instead of the required 4 bytes (see #2899).
Swallow the error in this case so that the tag can run.
2021-02-02 23:56:48 -08:00
..
avm1 swf: Add safe and simpler string parsing 2021-01-28 14:39:35 -08:00
avm2 swf: SwfStr no longer contains encoding 2021-01-20 15:02:31 -08:00
types chore: Appease clippy 2021-01-18 21:23:50 -08:00
avm1.rs swf: Add custom error type for SWF/AVM1 parse errors 2019-10-10 00:55:09 -07:00
avm2.rs Merge swf-rs into ruffle repo 2019-10-02 17:25:30 -07:00
error.rs swf: Add custom error type for SWF/AVM1 parse errors 2019-10-10 00:55:09 -07:00
lib.rs swf: Rename and organize some util methods 2021-01-20 15:02:31 -08:00
read.rs core: Handle PlaceObject tags with malformed clip actions 2021-02-02 23:56:48 -08:00
string.rs chore: Add a few comments about unsafe usage 2021-01-28 14:39:35 -08:00
tag_code.rs swf: Remove panic when data left over in tag 2019-10-10 21:52:41 -07:00
test_data.rs swf: Convert ButtonActionCondition to bitflags 2021-01-23 11:59:24 -08:00
types.rs swf: Convert ButtonActionCondition to bitflags 2021-01-23 11:59:24 -08:00
write.rs swf: Convert ButtonActionCondition to bitflags 2021-01-23 11:59:24 -08:00