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_open
in the library constructor can cause deadlocks when libsoup is used with other libraries that also contend for GLib mutexes.dlopen
should 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_loaded
withdl*
6426df07ca6426df07ca
todccfc355d9
dccfc355d9
tob98bc20276
b98bc20276
tocc0d40b020
cc0d40b020
to604f8cfa5e
604f8cfa5e
to644c541425
View 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.