1. 14 Nov, 2018 11 commits
  2. 12 Nov, 2018 16 commits
  3. 11 Nov, 2018 5 commits
  4. 08 Nov, 2018 1 commit
    • Max Kellermann's avatar
      output/httpd: fix nullptr dereference crash bug · 583208db
      Max Kellermann authored
      When `metadata_sent` is `false`, the plugin assumes there is metadata
      which must be sent, even if no metadata page was passed to the plugin.
      Initializing it to `true` avoids dereferencing this `nullptr`.
      
      Fixes #412
      583208db
  5. 07 Nov, 2018 6 commits
  6. 06 Nov, 2018 1 commit
    • Max Kellermann's avatar
      output/Source: reset current_chunk in Open() · b1fe1059
      Max Kellermann authored
      If the output is already open, the `current_chunk` pointer may be
      bogus and out of sync with `SharedPipeConsumer::chunk`, leading to an
      assertion failure in `SharedPipeConsumer::Consume()`.
      
      Fixes #411
      b1fe1059