byteit101 (Patrick Plenefisch)
- Login: byteit101
- Registered on: 09/27/2019
- Last sign in: 01/04/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 2 | 2 |
Activity
11/17/2022
- 03:39 AM Ruby master Revision e61b3e6f (git): [ruby/irb] Fix https://github.com/ruby/irb/pull/295: Ignore Java
- package reference objects in
JRuby
https://github.com/ruby/irb/commit/84d030182d
01/04/2021
- 04:47 AM Ruby master Bug #17507 (Closed): Regexp capture groups ignored sometimes in some multithreaded environments (possible race condition)
- Same behavior from 2.6-3.0
OS: Debian 10
Ruby Script:
``` ruby
TargetStr = "a-x-foo-bar-baz-z-b"
worker = ...
09/27/2019
- 10:34 PM Ruby master Bug #16186 (Closed): Calling Net::HTTP from within an #inspect implementation hang when invoked from p
- Using this script:
``` ruby
require 'net/http'
class Victim
def inspect
puts "before"
Net::HTTP.get('examp...
Also available in: Atom