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

Side by Side Diff: third_party/libwebp/README.chromium

Issue 11229048: libwebp: validate chunk size in ParseOptionalChunks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/libwebp/dec/webp.c » ('j') | third_party/libwebp/dec/webp.c » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: WebP image encoder/decoder 1 Name: WebP image encoder/decoder
2 Short Name: libwebp 2 Short Name: libwebp
3 URL: http://developers.google.com/speed/webp 3 URL: http://developers.google.com/speed/webp
4 Version: v0.2.0-rc1 4 Version: v0.2.0-rc1
5 License: BSD 5 License: BSD
6 License File: LICENSE 6 License File: LICENSE
7 Security Critical: Yes 7 Security Critical: Yes
8 8
9 Description: 9 Description:
10 Source archive: 10 Source archive:
(...skipping 11 matching lines...) Expand all
22 * Merged COPYING/PATENTS to LICENSE 22 * Merged COPYING/PATENTS to LICENSE
23 * Added cpu-features.[hc] from the Android NDK to dsp/. 23 * Added cpu-features.[hc] from the Android NDK to dsp/.
24 * Revert VP8 encoder changes to avoid WebKit layout test conflicts 24 * Revert VP8 encoder changes to avoid WebKit layout test conflicts
25 (fast/canvas/canvas-toDataURL) 25 (fast/canvas/canvas-toDataURL)
26 WebKit bug tracking test update: 26 WebKit bug tracking test update:
27 https://bugs.webkit.org/show_bug.cgi?id=93310 27 https://bugs.webkit.org/show_bug.cgi?id=93310
28 Changes reverted: 28 Changes reverted:
29 0de3096 use 16bit counters for recording proba counts 29 0de3096 use 16bit counters for recording proba counts
30 7f23678 fix for LevelCost + little speed-up 30 7f23678 fix for LevelCost + little speed-up
31 7107d54 further speed-up/cleanup of RecordCoeffs() and GetResidualCost() 31 7107d54 further speed-up/cleanup of RecordCoeffs() and GetResidualCost()
32 * (Security) fix overflow in ParseOptionalChunks; to be upstreamed.
OLDNEW
« no previous file with comments | « no previous file | third_party/libwebp/dec/webp.c » ('j') | third_party/libwebp/dec/webp.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698