1. 09 Dec, 2020 1 commit
  2. 05 Aug, 2020 1 commit
    • Nils Goroll's avatar
      avoid a warning on gcc8 · 6dc194ff
      Nils Goroll authored
      In function ‘wadj_cfg_req.isra.1’,
          inlined from ‘vmod_random_add_backend’ at
      vmod_weightadjust.c:291:14:
      vmod_weightadjust.c:170:10: error: ‘strncpy’ output truncated before
      terminating nul copying as many bytes from a string as its length
      [-Werror=stringop-truncation]
      
      gcc does not understand that we are adding a NUL ourselves. Avoid this
      warning by a differnt but equally safe approach.
      
      Reported by volker27@gmx.at, thank you
      6dc194ff
  3. 23 Jul, 2019 1 commit
  4. 26 Mar, 2019 5 commits
  5. 14 Nov, 2017 1 commit
  6. 10 Oct, 2017 2 commits
  7. 05 Oct, 2017 4 commits
  8. 04 Oct, 2017 5 commits
  9. 03 Oct, 2017 8 commits
  10. 28 Sep, 2017 1 commit
  11. 26 Sep, 2017 1 commit
  12. 22 Sep, 2017 1 commit
  13. 18 Sep, 2017 6 commits
  14. 14 Mar, 2017 1 commit
  15. 20 Jan, 2017 1 commit
  16. 08 Dec, 2016 1 commit