DescriptionFix crash during CertificateReportingService shutdown
CertificateReportingService::ShutDown posts a task to the IO thread to
delete reporter_. If the service's destructor is already run, this will
cause a crash during shutdown. Instead, delete reporter_ using a static
method and without referencing CertificateReportingService's |this|.
BUG=677329
Committed: https://crrev.com/9fd701ecdc48f80651ff8a6824f55875730ea1b3
Cr-Commit-Position: refs/heads/master@{#440933}
Patch Set 1 #
Messages
Total messages: 14 (9 generated)
|