1. 17 Oct, 2023 7 commits
  2. 04 Sep, 2023 1 commit
  3. 05 Dec, 2022 1 commit
  4. 12 Oct, 2022 19 commits
  5. 07 Sep, 2022 1 commit
  6. 12 Jan, 2022 1 commit
  7. 11 Jan, 2022 5 commits
  8. 08 Dec, 2021 1 commit
    • Poul-Henning Kamp's avatar
      Polish · ff364a31
      Poul-Henning Kamp authored
      Conflicts:
      	bin/varnishd/cache/cache_esi_deliver.c
      
      This fixes a potential out-of-workspace panic.
      ff364a31
  9. 30 Nov, 2021 1 commit
    • Dridi Boukelmoune's avatar
      std.ip: Always provide some form of fallback · 3cd55a65
      Dridi Boukelmoune authored
      Otherwise valid code can panic on workspace exhaustion:
      
          std.ip(req.http.X-Real-IP, std.ip(req.http.X-Client-IP, client.ip))
      
      If the nested std.ip() call runs out of workspace, it will return a null
      ip instead of the fallback, and the outer std.ip() call will panic upon
      checking the suckaddr sanity.
      
      Refs #3746
      3cd55a65
  10. 24 Nov, 2021 3 commits