[macruby-changes] [MacRuby/MacRuby] dc8591: fix a bug in MatchData where it causes a crash due...

GitHub noreply at github.com
Wed Jan 2 04:03:08 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/MacRuby/MacRuby
  Commit: dc8591b9a4999f13c6c406f4ea4788f66735267d
      https://github.com/MacRuby/MacRuby/commit/dc8591b9a4999f13c6c406f4ea4788f66735267d
  Author: Watson <watson1978 at gmail.com>
  Date:   2013-01-02 (Wed, 02 Jan 2013)

  Changed paths:
    M re.c

  Log Message:
  -----------
  fix a bug in MatchData where it causes a crash due to an assertion when calls a method with uninitialized MatchData object

EX)
----
MatchData.allocate.regexp





More information about the macruby-changes mailing list