Skip to content

Commit

Permalink
Add missing changelog entries for #72494
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Oct 25, 2016
1 parent 9552245 commit f0ac09c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog-5.php
Expand Up @@ -265,6 +265,7 @@
<li><?php bugfix(72697); ?> (select_colors write out-of-bounds). (CVE-2016-7126)</li>
<li><?php bugfix(72709); ?> (imagesetstyle() causes OOB read for empty $styles).</li>
<li><?php bugfix(72730); ?> (imagegammacorrect allows arbitrary write access). (CVE-2016-7127)</li>
<li><?php bugfix(72494); ?> (imagecropauto out-of-bounds access)</li>
</ul></li>
<li>Intl:
<ul>
Expand Down
1 change: 1 addition & 0 deletions ChangeLog-7.php
Expand Up @@ -327,6 +327,7 @@
<li><?php bugfix(68712); ?> (suspicious if-else statements).</li>
<li><?php bugfix(72697); ?> (select_colors write out-of-bounds). (CVE-2016-7126)</li>
<li><?php bugfix(72730); ?> (imagegammacorrect allows arbitrary write access). (CVE-2016-7127)</li>
<li><?php bugfix(72494); ?> (imagecropauto out-of-bounds access)</li>
</ul></li>
<li>Intl:
<ul>
Expand Down

0 comments on commit f0ac09c

Please sign in to comment.