bannable (Joe Truba)
- Login: bannable
- Registered on: 09/26/2018
- Last sign in: 04/06/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 15 | 16 |
Activity
04/09/2024
- 01:16 AM Ruby master Bug #20412: UTF-8 String encoding behavior differs between 3.2, 3.3 and master
- @eti
etienne (Étienne Barrié) wrote in #note-3:
> Hey,
>
> I cannot reproduce using the ruby:3.2.3 docker image and...
04/06/2024
- 08:58 PM Ruby master Bug #20412 (Open): UTF-8 String encoding behavior differs between 3.2, 3.3 and master
- When a String that contains only a `\0` byte is mutated by an extension to an invalid UTF-8 sequence, calling `.encod...
06/05/2023
- 09:28 PM Ruby master Bug #19713 (Rejected): Off-by-one error when computing very large Integer numbers
- Ruby computes this Elliptic Curve result incorrectly when using Integer operations, but has the correct result when u...
12/23/2022
- 12:39 AM Ruby master Revision 0e11d2c3 (git): [ruby/openssl] pkey/ec: check private key validity with OpenSSL 3
- The behavior of EVP_PKEY_public_check changed between OpenSSL 1.1.1
and 3.0 so that it no longer validates the privat... - 12:39 AM Ruby master Revision 13137236 (git): [ruby/openssl] raise when EC_POINT_cmp or EC_GROUP_cmp error instead of returning true
- https://github.com/ruby/openssl/commit/e1e8f3cebe
- 12:39 AM Ruby master Revision ca7a6b15 (git): [ruby/openssl] pkey/ec: fix ossl_raise() calls using cEC_POINT instead of eEC_POINT
- https://github.com/ruby/openssl/commit/b2e9f5e132
11/18/2022
- 08:03 PM Ruby master Bug #19136: OpenSSL::PKey::EC.check_key is useless when linked against OpenSSL 3
- I just realized that `ruby/openssl` takes issue reports on the GitHub. Sorry about that!
- 08:00 PM Ruby master Bug #19136 (Third Party's Issue): OpenSSL::PKey::EC.check_key is useless when linked against OpenSSL 3
- When calling `#check_key` against an `OpenSSL::PKey::EC` instance representing an invalid point for the group, the me...
08/14/2019
- 07:41 PM Ruby master Bug #16105 (Closed): heap-use-after-free in String#sub!
- #15946 caught my eye, so I ran the reproducer there through a build with AddressSanitizer (ASAN) enabled. It looks li...
11/05/2018
- 04:36 PM Ruby master Bug #15282 (Closed): Segfault (null pointer dereference) in variable.c iv_index_tbl_make
- Reproducer and crash:
~~~
jtruba@dev118:~/rubies/ruby-trunk$ ./ruby -e 'END{n}; END{return}'
-e: unexpected return...
Also available in: Atom