nixpkgs/pkgs/tools/networking/mtr
Sergei Trofimovich bb3f1c9c9e mtr: fix build against upcoming ncurses-6.3
On ncurses-6.3 with extra printf() annotations gcc now detects
use of user input in place of format strings:

    ui/curses.c:765:42:
      error: format not a string literal and no format arguments [-Werror=format-security]
      765 |         mvprintw(rowstat - 1, startstat, msg);
          |                                          ^~~
2021-11-01 07:43:13 +00:00
..
default.nix