-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gio: fix UnixSocketAddress constructor with a path
as_os_str().len() does not return the number of bytes in the string, but the full allocation size. Just pass -1 and let glib calculate the len.
- Loading branch information
Showing
3 changed files
with
37 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule gir
updated
from 133ee1 to 2fd6d4
Submodule gir-files
updated
20 files
+0 −7 | .github/dependabot.yml | |
+4 −4 | .github/workflows/CI.yml | |
+5 −7 | .github/workflows/regenerate_scheduled.yml | |
+4 −39 | Atk-1.0.gir | |
+526 −790 | GLib-2.0.gir | |
+130 −369 | GObject-2.0.gir | |
+8 −13 | Gdk-3.0.gir | |
+39 −612 | Gdk-4.0.gir | |
+8 −8 | GdkPixbuf-2.0.gir | |
+1 −32 | GdkWayland-4.0.gir | |
+9 −9 | GdkWin32-4.0.gir | |
+321 −794 | Gio-2.0.gir | |
+0 −17 | Graphene-1.0.gir | |
+19 −2,411 | Gsk-4.0.gir | |
+17 −27 | Gtk-3.0.gir | |
+473 −3,032 | Gtk-4.0.gir | |
+209 −2,894 | HarfBuzz-0.0.gir | |
+6 −6 | Pango-1.0.gir | |
+0 −1 | cairo-1.0.gir | |
+0 −6 | fix.sh |