Commit 9c3587b
authored
Cherry-Pick 2 tickets after the ICU 68.2 release (#63)
This change cherry-picks two tickets from the upstream ICU repo that were merged after the ICU 68.2 release.
- ICU-21427 Don't ignore already checked-in files under "tools/cldr/lib"
- ICU-21118 check that dst and src are not null in uprv_memcpy
The first one I had already done with #52, so this is mostly just making an update for the comments and to record it in the `changelog.md` file.
The second one was fixed by @erik0686, and prevents undefined behavior in `ultag_parse`.
CP: ICU-21118 check that dst and src are not null in uprv_memcpy
https://unicode-org.atlassian.net/browse/ICU-21118
unicode-org/icu#1489
CP: ICU-21427 Don't ignore already checked-in files under "tools/cldr/lib"
https://unicode-org.atlassian.net/browse/ICU-21427
unicode-org/icu#1500
Update changelog.md for cherry-picked tickets.1 parent 9c749e1 commit 9c3587b
File tree
4 files changed
+28
-4
lines changed- icu
- icu4c/source/common
- tools/cldr
4 files changed
+28
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
42 | 53 | | |
43 | 54 | | |
44 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2028 | 2028 | | |
2029 | 2029 | | |
2030 | 2030 | | |
2031 | | - | |
| 2031 | + | |
| 2032 | + | |
| 2033 | + | |
| 2034 | + | |
2032 | 2035 | | |
2033 | 2036 | | |
2034 | 2037 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments