]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_lua: Fix memory handling in output filters.
authorJoe Orton <jorton@apache.org>
Fri, 28 Feb 2025 08:24:10 +0000 (08:24 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 28 Feb 2025 08:24:10 +0000 (08:24 +0000)
commit826f90e639002122f71771073066e3bd51033f8a
tree50ca7a43ca288a308f9c61785bc0bf71f78b1afb
parentb0dce544dd0c9354767f53796c9c0cfc8e413341
mod_lua: Fix memory handling in output filters.

* modules/lua/mod_lua.c (lua_output_filter_handle): Fix brigade
  iteration to use constant memory.

Submitted by: G.Grandes <guillermo.grandes gmail.com>
PR: 69590
Github: closes #517

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924095 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/pr69590.txt [new file with mode: 0644]
modules/lua/mod_lua.c