]> granicus.if.org Git - apache/commit
mod_ext_filter: Fix a problem building argument lists which
authorJeff Trawick <trawick@apache.org>
Mon, 13 Jan 2003 19:35:55 +0000 (19:35 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 13 Jan 2003 19:35:55 +0000 (19:35 +0000)
commit7fe72c89e322c386500b0b5467efa32b53d12592
treec89a7570a8ce1275e9706b6ce70252cf5d030402
parent730b2fcf013f0612f32006092bb0c72e39e714cd
mod_ext_filter: Fix a problem building argument lists which
occasionally caused exec to fail.

The argument array passed to apr_proc_create() needs to have
a NULL entry at the end.

PR: 15491

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98258 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/filters/mod_ext_filter.c