Project

General

Profile

Actions

Backport #484

closed

OpenSSL::Config does not freeze correctly

Added by premchai21 (Drake Wilson) over 15 years ago. Updated almost 13 years ago.


Description

=begin


 #!/usr/bin/ruby
 require 'openssl'
 c = OpenSSL::Config.new
 c['foo'] = [['key', 'value']]
 c.freeze
 c['foo'] = [['key', 'wrong']]
 p c['foo']['key']
 # Prints "wrong"
 

=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0