Commit 7e776c8
committed
Fix LT-22125: Clear out DefaultCollations that don't Validate
After a thorough investigation of current LCM and palaso code
I can't find any places where SystemCollationDefinitions were
not Validated before being set in the DefaultCollation
There was that possibility here, but I couldn't reliably reproduce
the bug. This *may* address the root cause and it will prevent any
repeated crashing due to this type of writing system data error1 parent 4e115ca commit 7e776c8
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
872 | 872 | | |
873 | 873 | | |
874 | 874 | | |
875 | | - | |
| 875 | + | |
876 | 876 | | |
877 | 877 | | |
878 | 878 | | |
879 | 879 | | |
880 | 880 | | |
881 | | - | |
882 | 881 | | |
883 | 882 | | |
884 | | - | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
885 | 889 | | |
886 | 890 | | |
887 | 891 | | |
| |||
0 commit comments