[Webkit-unassigned] [Bug 163958] jsc.cpp is leaking memory allocated by readline in runInteractive

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 25 11:30:47 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=163958

Mark Lam <mark.lam at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #292791|                            |review+
              Flags|                            |

--- Comment #2 from Mark Lam <mark.lam at apple.com> ---
Comment on attachment 292791
  --> https://bugs.webkit.org/attachment.cgi?id=292791
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=292791&action=review

r=me with comment.

> Source/JavaScriptCore/ChangeLog:6
> +        The memory allocated by readline is not being freed when it should.

Please quote the spec above this line.  For example:

According to http://web.mit.edu/gnu/doc/html/rlman_2.html, "The line readline returns is allocated with malloc (); you should free () the line when you are done with it."

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161025/07b2efcf/attachment-0001.html>


More information about the webkit-unassigned mailing list