cjeon (CHEOLHO JEON)
- Login: cjeon
- Registered on: 05/24/2016
- Last sign in: 06/10/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/25/2016
-
11:32 AM Ruby Bug #12428 (Closed): OpenSSL::PKey::RSA.public_encrypt crashes ruby when initiated without key size.
- Hi, I think I found a bug. OpenSSL::PKey::RSA initiated without keysize crashes when public_encrypt is called.
Below script will crash ruby (it is attached as opensslcrash.rb)
require('openssl')
p = OpenSSL::PKey::RSA.new
p.public_...
05/24/2016
-
01:42 PM Ruby Feature #3001: Ruby stdlib: Benchmark::Tms #memberwise drops labels
- Ernest Prabhakar wrote:
> =begin
> ...
any update on this? I think it should not drop labels...