Merge pull request #164 from RustSec/RUSTSEC-2019-0022/fix-date

RUSTSEC-2019-0022: Fix date
This commit is contained in:
Tony Arcieri
2019-09-18 11:56:32 -06:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
[advisory]
id = "RUSTSEC-2019-0022"
package = "portaudio-rs"
date = "2017-09-14"
date = "2019-09-14"
title = "Stream callback function is not unwind safe"
description = """
Affected versions of this crate is not panic safe within callback functions `stream_callback` and `stream_finished_callback`.