1. 10 Jan, 2023 2 commits
    • Nils Goroll's avatar
      Advoid warning about a short strncpy · 6479a161
      Nils Goroll authored
      We added a NUL one line down, but make the compiler happy...
      
      In function ‘strncpy’,
          inlined from ‘wadj_cfg_req’ at vmod_weightadjust.c:179:10,
          inlined from ‘vmod_random_add_backend’ at vmod_weightadjust.c:300:14:
      /usr/include/x86_64-linux-gnu/bits/string_fortified.h:95:10: error: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Werror=stringop-truncation]
         95 |   return __builtin___strncpy_chk (__dest, __src, __len,
            |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         96 |                                   __glibc_objsize (__dest));
            |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
      vmod_weightadjust.c: In function ‘vmod_random_add_backend’:
      vmod_weightadjust.c:169:36: note: length computed here
        169 |         const int reql = request ? strlen(request) + 1 : 0;
            |                                    ^~~~~~~~~~~~~~~
      6479a161
    • Nils Goroll's avatar
      Fix AC_ARG_WITH syntax · ccc0f75c
      Nils Goroll authored
      ccc0f75c
  2. 23 Jul, 2019 1 commit
  3. 26 Mar, 2019 3 commits
  4. 14 Nov, 2017 1 commit
  5. 10 Oct, 2017 2 commits
  6. 05 Oct, 2017 4 commits
  7. 04 Oct, 2017 5 commits
  8. 03 Oct, 2017 8 commits
  9. 28 Sep, 2017 1 commit
  10. 26 Sep, 2017 1 commit
  11. 22 Sep, 2017 1 commit
  12. 18 Sep, 2017 6 commits
  13. 14 Mar, 2017 1 commit
  14. 20 Jan, 2017 1 commit
  15. 08 Dec, 2016 2 commits
  16. 05 Oct, 2016 1 commit