Files
vault/changelog/24891.txt
John-Michael Faircloth 3fffae9452 pkcs7: fix slice out-of-bounds panic (#24891)
* pkcs7: fix slice out-of-bounds panic

* changelog

* fix tests

* add test case to capture panic; found in fuzzing

* add fuzz test
2024-01-17 10:12:00 -06:00

4 lines
68 B
Plaintext

```release-note:bug
helper/pkcs7: Fix slice out-of-bounds panic
```