commit | 66efa24241b2740868e44ba73130df1e3cf95248 | [log] [tgz] |
---|---|---|
author | John Bowler <jbowler@acm.org> | Sun Mar 18 21:10:29 2012 -0500 |
committer | Glenn Randers-Pehrson <glennrp@shaggy.simplesystems.org> | Sun Mar 18 21:10:29 2012 -0500 |
tree | 81cc6649dfcfabf880d000494996d99a80cf9bce | |
parent | 0c11b5f8e72ca99cf0ab62483b8959c56a5c54bc [diff] |
[libpng16] Removed erroneous setting of DETECT_UNINITIALIZED and added more checks. The code now does a png_error if an attempt is made to do the row initialization twice; this is an application error and it has serious consequences because the transform data in png_struct is changed by each call.