Loading STATUS +0 −4 Original line number Diff line number Diff line Loading @@ -114,10 +114,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] *) mod_sed: Fix a potential buffer overflow. trunk patch: http://svn.apache.org/r1748653 2.4.x: trunk patch works +1: jailletc36, rpluem, jim Loading modules/filters/sed0.c +2 −2 Original line number Diff line number Diff line Loading @@ -588,7 +588,7 @@ jtcommon: command_errf(commands, SEDERR_SMMES, commands->linebuf); return -1; } if (text(commands, fnamebuf, &fnamebuf[APR_PATH_MAX]) == NULL) { if (text(commands, fnamebuf, &fnamebuf[APR_PATH_MAX-1]) == NULL) { command_errf(commands, SEDERR_FNTL, commands->linebuf); return -1; } Loading Loading @@ -617,7 +617,7 @@ jtcommon: command_errf(commands, SEDERR_SMMES, commands->linebuf); return -1; } if (text(commands, fnamebuf, &fnamebuf[APR_PATH_MAX]) == NULL) { if (text(commands, fnamebuf, &fnamebuf[APR_PATH_MAX-1]) == NULL) { command_errf(commands, SEDERR_FNTL, commands->linebuf); return -1; } Loading Loading
STATUS +0 −4 Original line number Diff line number Diff line Loading @@ -114,10 +114,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] *) mod_sed: Fix a potential buffer overflow. trunk patch: http://svn.apache.org/r1748653 2.4.x: trunk patch works +1: jailletc36, rpluem, jim Loading
modules/filters/sed0.c +2 −2 Original line number Diff line number Diff line Loading @@ -588,7 +588,7 @@ jtcommon: command_errf(commands, SEDERR_SMMES, commands->linebuf); return -1; } if (text(commands, fnamebuf, &fnamebuf[APR_PATH_MAX]) == NULL) { if (text(commands, fnamebuf, &fnamebuf[APR_PATH_MAX-1]) == NULL) { command_errf(commands, SEDERR_FNTL, commands->linebuf); return -1; } Loading Loading @@ -617,7 +617,7 @@ jtcommon: command_errf(commands, SEDERR_SMMES, commands->linebuf); return -1; } if (text(commands, fnamebuf, &fnamebuf[APR_PATH_MAX]) == NULL) { if (text(commands, fnamebuf, &fnamebuf[APR_PATH_MAX-1]) == NULL) { command_errf(commands, SEDERR_FNTL, commands->linebuf); return -1; } Loading