• fix: audit MEDIUM fixes — FP race, async avatar, symlink, FD leak (v0.8.5)

    nevaforget released this 2026-04-24 13:26:52 +02:00 | 1 commits to main since this release

    • i18n test: assert four previously-missing string fields so future locales
      cannot ship empty strings unnoticed.
    • greeter: atomic check-and-set fingerprint_probe_initializing to keep a
      fast user switch from spawning two parallel fprintd D-Bus inits.
    • greeter: set_avatar_from_file decodes via gio::File::read_future +
      Pixbuf::from_stream_at_scale_future inside glib::spawn_future_local;
      shows default icon first, swaps on completion.
    • greeter: cap MAX_WALLPAPER_FILE_SIZE at 10 MB and MAX_AVATAR_FILE_SIZE
      at 5 MB to bound worst-case decode latency.
    • config: apply the same symlink-rejection check to the Moonarch
      wallpaper fallback that the user-configured path already uses.
    • greeter: after login_worker returns, drop the cloned greetd socket
      held in shared state so repeated failed logins do not leak FDs.
    Downloads