swfmill
swfmill copied to clipboard
Variable-length integer fields can overflow with no error or warning
swfmill doesn’t issue any kind of error or warning when variable-length integer fields overflow. It just writes the truncated value. In many cases this can result in an invalid swf.
swfmill should exit with an error instead.