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

Side by Side Diff: README.chromium

Issue 8822005: Fix buffer overflow in _canonicalize. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/icu46/
Patch Set: '' Created 9 years 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 | patches/canonicalize.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: icu 1 Name: icu
2 URL: http://site.icu-project.org/ 2 URL: http://site.icu-project.org/
3 Version: 4.6 3 Version: 4.6
4 4
5 Description: 5 Description:
6 This directory contains the source code of ICU 4.6 for C/C++ 6 This directory contains the source code of ICU 4.6 for C/C++
7 7
8 1. It was obtained with the following: 8 1. It was obtained with the following:
9 9
10 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-4-6 icu46 10 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-4-6 icu46
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 16. Apply the upstream patch for Korean search collator support (ICU 4.6.1). 195 16. Apply the upstream patch for Korean search collator support (ICU 4.6.1).
196 - patches/search_collation.patch 196 - patches/search_collation.patch
197 - upstream bug: http://bugs.icu-project.org/trac/ticket/8290 197 - upstream bug: http://bugs.icu-project.org/trac/ticket/8290
198 198
199 17. Fix a use of uninitialized memory bug in regular expression matching 199 17. Fix a use of uninitialized memory bug in regular expression matching
200 - patches/rematch.patch 200 - patches/rematch.patch
201 - upstream bug: http://bugs.icu-project.org/trac/ticket/8824 201 - upstream bug: http://bugs.icu-project.org/trac/ticket/8824
202 202
203 18. Make it compile with -Werror on gcc 4.6 203 18. Make it compile with -Werror on gcc 4.6
204 - patches/gcc46.patch (ToT upstream does not have this code any more). 204 - patches/gcc46.patch (ToT upstream does not have this code any more).
205
206 19. Fix an out of bounds memory access in _canonicalize
207 - patches/canonicalize.patch
208 - upstream bug: http://bugs.icu-project.org/trac/ticket/8984
OLDNEW
« no previous file with comments | « no previous file | patches/canonicalize.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698