Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Side by Side Diff: third_party/libpng/README.google

Issue 2040433002: Fix undefined behavior in libpng (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/libpng/pngpread.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 URL: http://www.libpng.org/pub/png/libpng.html 1 URL: http://www.libpng.org/pub/png/libpng.html
2 Version: 1.6.22rc01 2 Version: 1.6.22rc01
3 License: libpng license 3 License: libpng license
4 License File: LICENSE, pulled out of png.h 4 License File: LICENSE, pulled out of png.h
5 Description: png compression/decompression library 5 Description: png compression/decompression library
6 Local Modifications: 6 Local Modifications:
7 (1) Created pnglibconf.h from pnglibconf.h.prebuilt (a 7 (1) Created pnglibconf.h from pnglibconf.h.prebuilt (a
8 rename with a few additional settings enabled). 8 rename with a few additional settings enabled).
9 (2) Included Intel optimizations by running: 9 (2) Included Intel optimizations by running:
10 "patch -i contrib/intel/intel_sse.patch -p1" 10 "patch -i contrib/intel/intel_sse.patch -p1"
11 (3) Removed files unused by Skia 11 (3) Removed files unused by Skia
12 (4) Fixed an undefined behavior bug (skbug.com/5390)
OLDNEW
« no previous file with comments | « no previous file | third_party/libpng/pngpread.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698