Page MenuHomeFreeBSD

D50757.id156726.diff
No OneTemporary

D50757.id156726.diff

diff --git a/usr.bin/localedef/collate.c b/usr.bin/localedef/collate.c
--- a/usr.bin/localedef/collate.c
+++ b/usr.bin/localedef/collate.c
@@ -1273,7 +1273,7 @@
RB_FOREACH(cc, collchars, &collchars) {
int undef = 0;
/* we already gathered those */
- if (cc->wc <= UCHAR_MAX)
+ if ((uint32_t)cc->wc <= UCHAR_MAX)
continue;
for (j = 0; j < NUM_WT; j++) {
if ((pri = get_weight(cc->ref[j], j)) < 0) {

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 5, 2:54 PM (14 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29216017
Default Alt Text
D50757.id156726.diff (420 B)

Event Timeline