1. 17 Feb, 2016 5 commits
    • Devon H. O'Dell's avatar
      build: support for asan/tsan/msan/ubsan sanitizers · 75ceb189
      Devon H. O'Dell authored
      Modern versions of gcc and clang support various runtime sanitizers that
      can be used to find nasty bugs at runtime. Note that not all of these
      sanitizers may be active at the same time. However, these tools are aimed
      at developers and likely require at least some level of reference during
      testing while enabled -- which discouraged me from doing a matrix of
      conditionals in autohell.
      75ceb189
    • Dridi Boukelmoune's avatar
      Polish · f3b3d592
      Dridi Boukelmoune authored
      f3b3d592
    • Nils Goroll's avatar
      improve FetchError message · 426183e3
      Nils Goroll authored
      426183e3
    • Nils Goroll's avatar
      VFP_Push: document the place which still need attention for out-of-workspace handling · 9f156af5
      Nils Goroll authored
      We'll need to change a couple of signatures in the call paths getting here
      to propagate up the failure.
      9f156af5
    • Nils Goroll's avatar
      Fix workspace overflow handling in VFP_Push() and test for it · 356854cd
      Nils Goroll authored
      This fix avoids a WS_Alloc panic when pushing fetch processors
      and should thus avoid panics by overflowing the backend workspace in vcl.
      
      This overflow is logged as FetchError "Bo workspace overflowed".
      
      Other panic points due to workspace_backend being set too low still exist.
      
      Sizing estimate for workspace_backend:
      
      	sizeof(struct busyobj)
      	+ 3 * HTTP_estimate(cache_param->http_max_hdr)
      	+ cache_param->vsl_buffer
      	+ cache_param->http_resp_size
      	+ fetch processor memory
      	+ space required in VCL
      
      Fixes #1739
      356854cd
  2. 16 Feb, 2016 5 commits
  3. 15 Feb, 2016 2 commits
  4. 12 Feb, 2016 8 commits
  5. 11 Feb, 2016 7 commits
  6. 10 Feb, 2016 11 commits
  7. 09 Feb, 2016 2 commits