Skip to content
Snippets Groups Projects
  1. Jun 19, 2023
  2. Jun 13, 2023
  3. Jun 01, 2023
  4. May 24, 2023
  5. May 16, 2023
  6. May 12, 2023
  7. May 11, 2023
  8. May 10, 2023
  9. May 08, 2023
  10. May 02, 2023
  11. Apr 24, 2023
  12. Mar 17, 2023
    • Administrator's avatar
      Remove usage of sprintf · 982c4b76
      Administrator authored
      The function sprintf is marked deprecated with the latest Clang version.
      Move from sprintf to snprintf. Define and use buffer size.
      Check the return value in a function where this is important.
      dev_2023_12
      982c4b76
  13. Mar 15, 2023
  14. Feb 24, 2023
Loading