irqbalance/ui
Sergei Trofimovich f8bdd0e642 ui/ui.c: always use "%s"-style format for printf()-style functions
`ncuses-6.3` added printf-style function attributes and now makes
it easier to catch cases when user input is used in palce of format
string when built with CFLAGS=-Werror=format-security:

    ui/ui.c:714:16: error: format not a string literal and no format arguments [-Werror=format-security]
      714 |         printw(copy_to);
          |                ^~~~~~~

Let's wrap all the missing places with "%s" format.
2021-11-09 22:24:17 +00:00
..
helpers.c Fix for loop for C99 2017-08-03 18:12:15 +02:00
helpers.h Add helper functions for user interface 2017-01-03 08:48:42 -05:00
irqbalance-ui.c fix resource leak for not invoking closedir() after opendir() 2019-10-11 17:44:06 +08:00
irqbalance-ui.h fix socket path creation 2019-01-14 09:58:52 -05:00
ui.c ui/ui.c: always use "%s"-style format for printf()-style functions 2021-11-09 22:24:17 +00:00
ui.h Add user interface functionality 2017-01-03 08:48:42 -05:00