Actions
Bug #13054
closedMatchData segfaults if RMatch::regexp is nil
    Bug #13054:
    MatchData segfaults if RMatch::regexp is nil
  
        
           Updated by Anonymous almost 9 years ago
          Updated by Anonymous almost 9 years ago
          
          
        
        
      
      - Status changed from Open to Closed
Applied in changeset r57123.
re.c: consider the case of RMatch::regexp is nil
Follow r49675, r57098 and r57110. Don't assume RMatch::regexp always
contains a valid Regexp instance; it will be Qnil if the MatchData is
created by rb_backref_set_string().  [ruby-core:78741] [Bug #13054]
        
           Updated by usa (Usaku NAKAMURA) almost 9 years ago
          Updated by usa (Usaku NAKAMURA) almost 9 years ago
          
          
        
        
      
      - Backport changed from 2.1: UNKNOWN, 2.2: REQUIRED, 2.3: REQUIRED to 2.1: UNKNOWN, 2.2: DONE, 2.3: REQUIRED
ruby_2_2 r57221 merged revision(s) 57123.
        
           Updated by nagachika (Tomoyuki Chikanaga) over 8 years ago
          Updated by nagachika (Tomoyuki Chikanaga) over 8 years ago
          
          
        
        
      
      - Backport changed from 2.1: UNKNOWN, 2.2: DONE, 2.3: REQUIRED to 2.1: UNKNOWN, 2.2: DONE, 2.3: DONE
ruby_2_3 r57569 merged revision(s) 57123.
Actions