Chromium Code Reviews| Index: README.chromium |
| =================================================================== |
| --- README.chromium (revision 113138) |
| +++ README.chromium (working copy) |
| @@ -202,3 +202,7 @@ |
| 18. Make it compile with -Werror on gcc 4.6 |
| - patches/gcc46.patch (ToT upstream does not have this code any more). |
| + |
| +19. Fix an out of bounds memory access in _canonicalize |
| + - patches/canonicalize.patch |
| + - upstream bug: http://bugs.icu-project.org/trac/ticket/8984 |