Project

General

Profile

Actions

Backport #1276

closed

Incorrect freeing of memory in OpenSSL extension

Added by cfis (Charlie Savage) about 15 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
[ruby-core:22858]

Description

=begin
The openssl exention uses OPENSSL_malloc to allocate memory in a couple places but then uses free instead of OPENSSL_free. This causes segmentatin faults on windows if openssl and the openssl ruby extension are using different runtime c libraries.

Patch attached.
=end


Files

ossl_x509ext.patch (716 Bytes) ossl_x509ext.patch cfis (Charlie Savage), 03/13/2009 01:18 AM
Actions #1

Updated by nobu (Nobuyoshi Nakada) about 15 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

=begin
Applied in changeset r22924.
=end

Actions #2

Updated by nobu (Nobuyoshi Nakada) about 14 years ago

=begin
r18944 precedes this.
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0