dprater (David Prater)
- Login: dprater
- Registered on: 10/26/2023
- Last sign in: 10/26/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/26/2023
-
08:41 PM Ruby Bug #19974: OpenSSL::PKCS7 generates SegFault when parsing invalid data
- That's great, thanks so much!
-
02:26 PM Ruby Bug #19974: OpenSSL::PKCS7 generates SegFault when parsing invalid data
- By the way, looks like this (or at least a very similar) issue was opened in 2012 for Ruby 1.9.3 - https://bugs.ruby-lang.org/issues/6134. The bug was fixed, according to the tracker, but it seems like the issue was either reintroduced a...
-
02:17 PM Ruby Bug #19974 (Closed): OpenSSL::PKCS7 generates SegFault when parsing invalid data
- We ran into an instance of attempting to parse invalid PKCS7 certs that consistently causes a segfault in multiple versions of Ruby 3, on multiple platforms (Linux, Mac).
To reproduce:
```
------- (within pry or irb or whatever ru...