• 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
Name
Last commit
Last update
..
HttpdClient.cxx Loading commit data...
HttpdClient.hxx Loading commit data...
HttpdInternal.hxx Loading commit data...
HttpdOutputPlugin.cxx Loading commit data...
HttpdOutputPlugin.hxx Loading commit data...
IcyMetaDataServer.cxx Loading commit data...
IcyMetaDataServer.hxx Loading commit data...
Page.cxx Loading commit data...
Page.hxx Loading commit data...