FreeBSD Bugzilla – Attachment 247304 Details for
Bug 275729
www/chromium: bad_optional_access.cc:39 Abort trap when headless
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ICU fix for chromium 118.0.5993.117 on 14.0-R
patch-third__party_blink_renderer_platform_text__text_break__iterator.cc (text/plain), 484 bytes, created by
Jon Stuart
on 2023-12-27 22:52:51 UTC
(
hide
)
Description:
ICU fix for chromium 118.0.5993.117 on 14.0-R
Filename:
MIME Type:
Creator:
Jon Stuart
Created:
2023-12-27 22:52:51 UTC
Size:
484 bytes
patch
obsolete
>--- third_party/blink/renderer/platform/text/text_break_iterator.cc >+++ third_party/blink/renderer/platform/text/text_break_iterator.cc >@@ -161,7 +161,9 @@ static const unsigned char kAsciiLineBreakTable[][(kAsciiLineBreakTableLastChar > }; > // clang-format on > >-#if U_ICU_VERSION_MAJOR_NUM >= 58 >+#if U_ICU_VERSION_MAJOR_NUM >= 74 >+#define BA_LB_COUNT (U_LB_COUNT - 8) >+#elif U_ICU_VERSION_MAJOR_NUM >= 58 > #define BA_LB_COUNT (U_LB_COUNT - 3) > #else > #define BA_LB_COUNT U_LB_COUNT
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 275729
: 247304