fix: Replace occurrences of g_module_* in soup2_is_loaded with dl* #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "test/comment-libsoup2-check-in-init"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Calling
g_module_openin the library constructor can cause deadlocks when libsoup is used with other libraries that also contend for GLib mutexes.dlopenshould be used instead.Context: https://gitlab.gnome.org/GNOME/libsoup/-/issues/463#note_2497431
Docs: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4691
g_module_*insoup2_is_loadedwithdl*6426df07ca6426df07catodccfc355d9dccfc355d9tob98bc20276b98bc20276tocc0d40b020cc0d40b020to604f8cfa5e604f8cfa5eto644c541425View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.