Page 1 of 1

dos

Posted: 2017-11-23T19:01:38-07:00
by littleputa
im 7.0.7-12
poc url:https://github.com/littleputa/dos/files ... stfile.zip
reproduce:convert testfile /dev/null
the zip password was already sent to dlemstra by private messages

Re: dos

Posted: 2017-11-24T16:17:00-07:00
by dlemstra
The image has a large width and height and you can prevent that with a custom policy. Your command will take a while but at some point it will complete.

Re: dos

Posted: 2017-11-24T16:52:12-07:00
by magick
Add this to your policy.xml file:

Code: Select all

  <policy domain="resource" name="width" value="8KP"/>
  <policy domain="resource" name="height" value="8KP"/>
Does that resolve your problem?