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/pdfium/third_party/lcms/src/cmscgats.c.orig 2026-07-06 22:58:46.000000000 +0000 +++ third_party/pdfium/third_party/lcms/src/cmscgats.c @@@@ -752,7 +752,7 @@@@ cmsFloat64Number ParseFloatNumber(const } // Exponent, example 34.00E+20 - if (*Buffer && toupper(*Buffer) == 'E') { + if (*Buffer && toupper((unsigned char)*Buffer) == 'E') { int e; int sgn; @