Skip to content
  1. Mar 30, 2024
  2. Mar 21, 2024
  3. Mar 10, 2024
  4. Feb 24, 2024
  5. Feb 23, 2024
  6. Feb 22, 2024
  7. Feb 21, 2024
  8. Feb 16, 2024
  9. Feb 08, 2024
  10. Jan 09, 2024
  11. Jan 06, 2024
  12. Jan 05, 2024
  13. Dec 12, 2023
    • Dhanuka Warusadura's avatar
      Merge branch 'nielsdg/fix-illegal-free-in-secret-tool' into 'master' · fdc22745
      Dhanuka Warusadura authored
      secret-tool: Fix memory issues in lock command
      
      Closes #89
      
      See merge request !134
      fdc22745
    • Niels De Graef's avatar
      secret-tool: Fix memory issues in lock command · a1ceaeed
      Niels De Graef authored
      There were several issues in `secret_tool_action_lock()`:
      
      - `g_autolist (GList)` isn't a correct type, as the list elements are
        `SecretCollection`s, not `GList`s
      - Separately from that, the list didn't take ownership of the elements
        either in all cases
      - We were leaking the `locked` and `context` variables
      
      This commits just does away with all the g_auto* usage as it's the only
      place in the code we're using it anyway, and just does all the freeing
      at the end of the function.
      
      Fixes: 015ea119 ("secret-tool: Add locking capabilities to secret tool")
      Fixes: #89
      a1ceaeed
  14. Dec 11, 2023
  15. Dec 10, 2023
  16. Dec 08, 2023
  17. Dec 04, 2023
  18. Nov 28, 2023
  19. Nov 27, 2023
  20. Nov 25, 2023
  21. Nov 14, 2023
  22. Nov 12, 2023