Skip to content
Snippets Groups Projects
  1. 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
  2. Sep 21, 2021
  3. May 27, 2021
  4. Apr 01, 2021
  5. Jul 10, 2020
  6. Jun 03, 2020
Loading