General

Profile

coldnebo (Larry Kyrala)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

12/08/2016

09:16 PM Ruby master Bug #8241: If uri host-part has underscore ( '_' ), 'URI#parse' raise 'URI::InvalidURIError'
Here is a unobtrusive workaround using the documented capabilities of URI:
~~~ ruby
module URI
DEFAULT_PARSER ...
coldnebo (Larry Kyrala)
08:34 PM Ruby master Bug #9974: Regression: URI.parse allows invalid URIs
The URI abstraction speaks to RFC3986 (DNS) more directly than RFC952 (hostnames). The confusion is understandable.
...
coldnebo (Larry Kyrala)

03/30/2012

12:10 AM Ruby master Bug #6168: Segfault in OpenSSL bindings
Cool. Both of our segfault locations in ruby code suggest some kind of buffer sizing problem (mine segs on read, your... coldnebo (Larry Kyrala)

03/29/2012

07:10 AM Ruby master Bug #6168: Segfault in OpenSSL bindings
Ok, running that without the debugger gives a better error:
/local/rvm/rubies/ruby-1.9.2-p318/lib/ruby/1.9.1/ne...
coldnebo (Larry Kyrala)
06:49 AM Ruby master Bug #6168: Segfault in OpenSSL bindings
Ok, I think I have a test case for you Martin... I was able to reproduce this again Google's IMAP server, so I create... coldnebo (Larry Kyrala)

03/28/2012

05:51 AM Ruby master Bug #6168: Segfault in OpenSSL bindings
trying again pointing at openssl dir to see if that makes a difference:
$ rvm reinstall 1.9.2 --with-openssl-dir=/...
coldnebo (Larry Kyrala)
04:38 AM Ruby master Bug #6168: Segfault in OpenSSL bindings
This also happens in 1.9.2-p318:
While using the mail gem (http://rubygems.org/gems/mail) in a ruby-debug19 context:...
coldnebo (Larry Kyrala)

09/02/2011

03:04 AM Ruby master Bug #5262 (Closed): invalid multibyte escapes should raise a clearer error
Here's an irb example of the issue using 'curly-quotes':

ruby-1.9.2-p290 :001 > "“"
=> "“"
ruby-1.9.2-p290 ...
coldnebo (Larry Kyrala)

09/23/2009

01:37 AM Ruby 1.8 Bug #2130: incorrect UTF8 encoding in CGI.unescapeHTML
=begin
More context about how I discovered this: I was passing the output of CGI.unescapeHTML() to ActiveSupport::Mu...
coldnebo (Larry Kyrala)

09/22/2009

03:24 AM Ruby 1.8 Bug #2130: incorrect UTF8 encoding in CGI.unescapeHTML
=begin
A friend pointed me to the HTMLEntities gem as a workaround. Notice that the HTMLEntities.decode method work...
coldnebo (Larry Kyrala)

Also available in: Atom