[Bug 1214003] Chromium crashed on page loading since last update (signal 11 SEGV_MAPERR __strlen_avx2)
https://bugzilla.suse.com/show_bug.cgi?id=1214003 https://bugzilla.suse.com/show_bug.cgi?id=1214003#c20 --- Comment #20 from Arnav Singh <opensuse@arnavion.dev> --- (In reply to Andreas Stieger from comment #19)
I'll need a bit of time to look at an abseil-cpp bump or re2. Callum WDYT?
Neither of those will help. abseil's string_view is just delegating to std::string_view (which is where the behavior of not supporting nullptr in the single-arg ctor comes from), and that hasn't changed in the newer version. re2 being bumped will also not help because using a newer re2 is what caused the problem in the first place. Upstream fixed this in https://github.com/chromium/chromium/commit/3f6cd624418e2aacd7f2802df188585d... so you can patch that in. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com