Skip to content
  • nagachika's avatar
    db1aa39f
    merge revision(s) 199b59f0: [Backport #19116] · db1aa39f
    nagachika authored
    	Fix bug in array pack with shared strings
    
    	If string literals are long and they become shared, we need to make them
    	independent before we can write to them. [Bug #19116]
    	---
    	 pack.c                  | 1 +
    	 test/ruby/test_array.rb | 6 ++++++
    	 2 files changed, 7 insertions(+)
    db1aa39f
    merge revision(s) 199b59f0: [Backport #19116]
    nagachika authored
    	Fix bug in array pack with shared strings
    
    	If string literals are long and they become shared, we need to make them
    	independent before we can write to them. [Bug #19116]
    	---
    	 pack.c                  | 1 +
    	 test/ruby/test_array.rb | 6 ++++++
    	 2 files changed, 7 insertions(+)
Loading