Rubymem

Providing memory resources for the Ruby community.
Follow us @memruby or email us via info at rubymem.com

Advisory Archive

Back

---
gem: redcarpet
date: 2015-09-11
url: https://github.com/vmg/redcarpet/pull/516
title: Memory Leak in Redcarpet::Render::Base
description: |
  rb_redcarpet_rbase_alloc used to allocate a struct rb_redcarpet_rndr instance
  which was never freed.

  This caused 312 leaked bytes (on a 64-bit machine) on every render call
patched_versions:
- ">= 3.3.3"