1. 18 Nov, 2020 8 commits
    • Nils Goroll's avatar
      flexelint silencing · d8549f89
      Nils Goroll authored
      leaving these in the "to be reviewed" section because I am not entirely
      sure.
      
      I think these cases are:
      
      - ses_set_attr / beresp_filter_fixed: flexelint bug? Looks like it does not
        register use via macros
      
      - ObjGetU32/Lck_DestroyClass API
      
      - HTTP_IterHdrPack / SYMTAB_NOERR cases we do not want to make static
        by design
      d8549f89
    • Nils Goroll's avatar
      silence flexelint for -1 argument to chown() · d4096641
      Nils Goroll authored
      d4096641
    • Nils Goroll's avatar
      flexelint vmod_unix · 2342a05d
      Nils Goroll authored
      Solve comparison between unsigned and -1 by moving a cast to where we need it.
      
      the existing code already implied that a VCL_INT be large enough to hold
      uid_t / gid_t.
      2342a05d
    • Nils Goroll's avatar
      use the right jail level for a system() call · 4b6ade1d
      Nils Goroll authored
      Ref 31164908
      
      Fixes #3243
      4b6ade1d
    • Nils Goroll's avatar
      flexelint e1288049 · 0bf8e9c7
      Nils Goroll authored
      0bf8e9c7
    • Nils Goroll's avatar
      flexelint params.h · 96430d19
      Nils Goroll authored
      we do want to use FLAGX | FLAGY even if zero for clarity
      
      error:
      
      Info 835: A zero has been given as right argument to operator '|'
      96430d19
    • Nils Goroll's avatar
      flexelint vcc · c7224891
      Nils Goroll authored
      Another case of struct instance names which we want to have, even though
      we do not currently use them.
      c7224891
    • Nils Goroll's avatar
      flexelint b78cb58a · a2330f6a
      Nils Goroll authored
      Yes, we do not actually use the mode name, but we still want to have it
      for debugging and clarity.
      
      Info 754: local struct member 'vsc_sf_mode::name' (line 57, file
          ../../lib/libvarnishapi/vsc.c) not referenced
      a2330f6a
  2. 16 Nov, 2020 2 commits
  3. 13 Nov, 2020 5 commits
  4. 12 Nov, 2020 6 commits
  5. 10 Nov, 2020 1 commit
  6. 09 Nov, 2020 8 commits
  7. 06 Nov, 2020 1 commit
  8. 05 Nov, 2020 5 commits
  9. 04 Nov, 2020 1 commit
  10. 02 Nov, 2020 3 commits