Skip to content
Snippets Groups Projects
  1. Feb 28, 2025
  2. Feb 27, 2025
  3. Jul 10, 2024
  4. May 09, 2024
  5. Jul 26, 2023
  6. Jun 13, 2023
  7. Feb 23, 2023
  8. Feb 03, 2023
  9. Feb 02, 2023
  10. Feb 24, 2022
  11. Jan 04, 2022
  12. Dec 22, 2021
  13. Dec 10, 2021
  14. Nov 16, 2021
  15. Oct 22, 2021
    • Frederic Danis's avatar
    • Frederic Danis's avatar
      Fix compiler warnings · 762c178b
      Frederic Danis authored
      
      ../managerd/boot-state-efi.c: In function ‘aum_boot_state_efi_read_dir’:
      ../managerd/boot-state-efi.c:78:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
         78 |   while (conf_file_name_ = g_dir_read_name(dir_name))
            |          ^~~~~~~~~~~~~~~
      ../managerd/boot-state-efi.c: In function ‘aum_boot_state_efi_conf_file_save’:
      ../managerd/boot-state-efi.c:126:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
        126 |   while (conf_file_name = g_dir_read_name(dir_name))
            |          ^~~~~~~~~~~~~~
      ../managerd/boot-state-efi.c:145:1: warning: control reaches end of non-void function [-Wreturn-type]
        145 | }
            | ^
      
      /usr/include/glib-2.0/glib/gmacros.h:1049:10: warning: ‘options’ may be used uninitialized in this function [-Wmaybe-uninitialized]
       1049 |     { if (_ptr) (cleanup) ((ParentName *) _ptr); }                                                              \
            |          ^
      ../managerd/main.c:382:24: note: ‘options’ was declared here
        382 |   g_autoptr (GVariant) options;
            |                        ^~~~~~~
      
      Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
      762c178b
    • Frederic Danis's avatar
      Fix loopback cleanup · bd789be4
      Frederic Danis authored
      
      AUM crashes when an update is done OTA or using a downloaded bundle, i.e.
      not an encrypted bundle on an USB drive and so without a loopback set.
      
      Check presence of a loopback before trying to remove it.
      
      Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
      bd789be4
  16. Oct 15, 2021
Loading