Stephan Bergmann

Results 12 issues of Stephan Bergmann

...that were observed with a UBSan LibreOffice build, when opening LibreOffice's writerfilter/qa/cppunittests/rtftok/data/pass/EDB-18940-1.rtf. (Downstream patch at "external/libexttextcat: Silence various -fsanitize=shift-base".)

### MDN URL https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/importScripts ### What specific section or headline is this issue about? Syntax: Parameters ### What information was incorrect, unhelpful, or incomplete? > If the URL is relative,...

help wanted
Content:WebAPI
area: Workers

In the GNOME runtime (as advertised at ), hunspell_en data is available as /usr/share/myspell/en_*.* in the runtime (presumably coming directly from org.gnome.Platform, not org.gnome.Platform.Locale), but no other locales. Would be...

It appears that ever since 31309a8c12aaf142ec483dbe3edc0aa195c1bbca "full_posix_sockets (#7672)", the _proxy side sent back a result that included an explicit option_len while the _socket side computes that value from the overall...

...fixing a regression introduced in c41f6590b1f9fcda12b2adb2d32cd352f163e717 "Remove use of legacy proxy API from library_html5.js. NFC (#20370)". Fixes: #22442

I originally mentioned this in a comment at "embind: Don't automatically destroy arguments passed into val calls. (#21022)", but it likely got missed there: Since "embind: Don't automatically destroy arguments...

embind

* Target version: master ### Summary This series of commits tries to get COWASM building and working again on recent master. (But it doesn't quite yet work for me, see...

* Target version: master ### Summary The cmake_list in gtk/Makefile.am had presumably gone stale for one reason or another, so just add more sources files to it until there are...

### Summary Fix `--enable-gtkapp` build after 2d83187c764ad69457bdb47efd6050b96af82da9 "add Util::trimMalloc" caused it to fail with ``` gtk/../common/Util.cpp:804:65: error: ‘RTLD_NEXT’ was not declared in this scope 804 | auto symbol = reinterpret_cast(dlsym(RTLD_NEXT,...

...for cases where a dynamically given user-defined type is known to be ABI-compatible with a statically given wire type (e.g., an enum type being compatible with its underlying type, or...