1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

fix soundness concern in h1 decoder (#1614)

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
Rob Ede
2020-07-21 16:25:33 +01:00
committed by GitHub
parent 0ec335a39c
commit 6dc47c4093
4 changed files with 163 additions and 17 deletions

View File

@ -1,6 +1,11 @@
# Changes
## [Unreleased] - xxx
### Fixed
* Potential UB in h1 decoder using uninitialized memory. [#1614]
[#1614]: https://github.com/actix/actix-web/pull/1614
## [2.0.0-beta.1] - 2020-07-11