[Webkit-unassigned] [Bug 40907] [PNG decoder] direct access to jmpbuf is deprecated in libpng >= 1.4.0beta103

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 29 19:24:53 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=40907


noel gordon <noel.gordon at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |noel.gordon at gmail.com




--- Comment #5 from noel gordon <noel.gordon at gmail.com>  2012-04-29 19:24:53 PST ---
Question: would the following work for you?

#ifndef png_jmpbuf
#define png_jmpbuf(png_ptr) ((png_ptr)->jmpbuf)
#endif

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list