On Wed, 21 Dec 2011, Greg Ames wrote:
On Tue, Dec 20, 2011 at 4:26 AM, William A. Rowe Jr.
wrote:
We should come to a conclusion on this.
How about this for 2.2.x ?
--- server/util.c (revision 1179624)
+++ server/util.c (working copy)
@@ -82,6 +82,8 @@
#define IS_SLASH(s) (s ==
Am 21.12.2011 20:08, schrieb Greg Ames:
On Tue, Dec 20, 2011 at 4:26 AM, William A. Rowe Jr.
wrote:
We should come to a conclusion on this.
How about this for 2.2.x ?
--- server/util.c (revision 1179624)
+++ server/util.c (working copy)
@@ -82,6 +82,8 @@
#define IS_SLASH(s)
Am 21.12.2011 23:28, schrieb Guenter Knauf:
Am 21.12.2011 20:08, schrieb Greg Ames:
On Tue, Dec 20, 2011 at 4:26 AM, William A. Rowe Jr.
wrote:
We should come to a conclusion on this.
How about this for 2.2.x ?
--- server/util.c (revision 1179624)
+++ server/util.c (working copy)
@@ -82,6 +
Am 21.12.2011 20:08, schrieb Greg Ames:
On Tue, Dec 20, 2011 at 4:26 AM, William A. Rowe Jr.
wrote:
We should come to a conclusion on this.
How about this for 2.2.x ?
--- server/util.c (revision 1179624)
+++ server/util.c (working copy)
@@ -82,6 +82,8 @@
#define IS_SLASH(s) (s
On Tue, Dec 20, 2011 at 4:26 AM, William A. Rowe Jr.
wrote:
> We should come to a conclusion on this.
How about this for 2.2.x ?
--- server/util.c (revision 1179624)
+++ server/util.c (working copy)
@@ -82,6 +82,8 @@
#define IS_SLASH(s) (s == '/')
#endif
+/* same as APR_SIZE_MAX w
We should come to a conclusion on this.
On 11/15/2011 8:22 AM, "Plüm, Rüdiger, VF-Group" wrote:
> The patch is fine on trunk because the affected code is not within
>
> AP_DECLARE(char *) ap_pregsub(...)
>
> but within
>
> static apr_status_t regsub_core(apr_pool_t *p, char **result,
>
The patch is fine on trunk because the affected code is not within
AP_DECLARE(char *) ap_pregsub(...)
but within
static apr_status_t regsub_core(apr_pool_t *p, char **result,
struct ap_varbuf *vb, const char *input,
const char *s