head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.07.08.13.42.31; author kikadf; state Exp; branches; next ; commitid TrothZVUWCiZ0RMG; desc @@ 1.1 log @ chromium: update to 150.0.7871.100 This update doesn't include security fixes. A full list of changes in this build is available in https://chromium.googlesource.com/chromium/src/+log/150.0.7871.47..150.0.7871.101?pretty=fuller&n=10000 @ text @$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- third_party/nasm/output/outobj.c.orig 2026-07-06 22:58:46.000000000 +0000 +++ third_party/nasm/output/outobj.c @@@@ -407,7 +407,7 @@@@ static ObjRecord *obj_name(ObjRecord * o orp->used += len + 1; if (obj_uppercase) while (--len >= 0) { - *ptr++ = toupper(*name); + *ptr++ = toupper((unsigned char)*name); name++; } else memcpy(ptr, name, len); @