Comment on Remote Code Execution in ImageMagick (CVE-2016–3714)Comments−michaelmcmillan10yhttps://github.com/ImageMagick/ImageMagick/commit/e93e339c0a...−oneweekwonder10yAny insight?−alxndr10yNo insight, but the diff is easier to look at if you tell GitHub to ignore (most) whitespace with `?w=1`: https://github.com/ImageMagick/ImageMagick/commit/e93e339c?w...−bpicolo10yThat diff seems logicless−alxndr10yWith a commit message like "whitespace cleanup" I would expect the diff to look something like that.I like to have GitHub show the diff with whitespace ignored as it's then easier to verify that no other code changes snuck in to the commit(s).
Comments
https://github.com/ImageMagick/ImageMagick/commit/e93e339c0a...
Any insight?
No insight, but the diff is easier to look at if you tell GitHub to ignore (most) whitespace with `?w=1`: https://github.com/ImageMagick/ImageMagick/commit/e93e339c?w...
That diff seems logicless
With a commit message like "whitespace cleanup" I would expect the diff to look something like that.
I like to have GitHub show the diff with whitespace ignored as it's then easier to verify that no other code changes snuck in to the commit(s).