General

Profile

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 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
byteit101 (Patrick Plenefisch)

01/04/2021

04:47 AM Ruby 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 = lambda do
# For more hits, use File.read here instead of TargetStr
m = TargetStr.match(/foo-([A-Za-z0-9_\.]+)-baz/) ...
byteit101 (Patrick Plenefisch)

09/27/2019

10:34 PM Ruby 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('example.com', '/index.html') # this hangs. I haven't tried other network libraries
puts "After"
return "success"
end
...
byteit101 (Patrick Plenefisch)

Also available in: Atom