mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-16 06:02:13 -04:00
4708e73bee7808b2f7a6ac695d554cdba82584f6
When reading the authentication messages we don't know the packet size, so we may read to much data, getting a partial (or full) dbus message after the authentication end. This commit does a better job looking for the authentication end, and when found it queues any leftover data from the buffer and reads it instead of the socket input in the next iteration.
xdg-app
xdg-app is a system for building, distributing and running sandboxed desktop applications on Linux.
See https://wiki.gnome.org/Projects/SandboxedApps for more information.
Description
Languages
C
91.1%
Shell
5.1%
Python
1.8%
Meson
1.1%
Yacc
0.8%