You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2016/11/25 19:55:18 UTC

svn commit: r1771372 - /httpd/httpd/branches/2.4.x-merge-http-strict/modules/http/http_filters.c

Author: rpluem
Date: Fri Nov 25 19:55:18 2016
New Revision: 1771372

URL: http://svn.apache.org/viewvc?rev=1771372&view=rev
Log:
* Fix numbers count in comment.

Modified:
    httpd/httpd/branches/2.4.x-merge-http-strict/modules/http/http_filters.c

Modified: httpd/httpd/branches/2.4.x-merge-http-strict/modules/http/http_filters.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x-merge-http-strict/modules/http/http_filters.c?rev=1771372&r1=1771371&r2=1771372&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x-merge-http-strict/modules/http/http_filters.c (original)
+++ httpd/httpd/branches/2.4.x-merge-http-strict/modules/http/http_filters.c Fri Nov 25 19:55:18 2016
@@ -128,8 +128,8 @@ static apr_status_t bail_out_on_error(ht
  * Parse a chunk line with optional extension, detect overflow.
  * There are several error cases:
  *  1) If the chunk link is misformatted, APR_EINVAL is returned.
- *  1) If the conversion would require too many bits, APR_EGENERAL is returned.
- *  2) If the conversion used the correct number of bits, but an overflow
+ *  2) If the conversion would require too many bits, APR_EGENERAL is returned.
+ *  3) If the conversion used the correct number of bits, but an overflow
  *     caused only the sign bit to flip, then APR_ENOSPC is returned.
  * A negative chunk length always indicates an overflow error.
  */



Re: svn commit: r1771372 - /httpd/httpd/branches/2.4.x-merge-http-strict/modules/http/http_filters.c

Posted by William A Rowe Jr <wr...@rowe-clan.net>.
Please note this branch has strictly conformed to trunk activity.

Please cite the backport origin svn rev no, or create one first,
and then commit the backport from the svn commit.

Thx,

Bill

On Fri, Nov 25, 2016 at 1:55 PM, <rp...@apache.org> wrote:

> Author: rpluem
> Date: Fri Nov 25 19:55:18 2016
> New Revision: 1771372
>
> URL: http://svn.apache.org/viewvc?rev=1771372&view=rev
> Log:
> * Fix numbers count in comment.
>
> Modified:
>     httpd/httpd/branches/2.4.x-merge-http-strict/modules/
> http/http_filters.c
>
> Modified: httpd/httpd/branches/2.4.x-merge-http-strict/modules/
> http/http_filters.c
> URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x-
> merge-http-strict/modules/http/http_filters.c?rev=
> 1771372&r1=1771371&r2=1771372&view=diff
> ============================================================
> ==================
> --- httpd/httpd/branches/2.4.x-merge-http-strict/modules/http/http_filters.c
> (original)
> +++ httpd/httpd/branches/2.4.x-merge-http-strict/modules/http/http_filters.c
> Fri Nov 25 19:55:18 2016
> @@ -128,8 +128,8 @@ static apr_status_t bail_out_on_error(ht
>   * Parse a chunk line with optional extension, detect overflow.
>   * There are several error cases:
>   *  1) If the chunk link is misformatted, APR_EINVAL is returned.
> - *  1) If the conversion would require too many bits, APR_EGENERAL is
> returned.
> - *  2) If the conversion used the correct number of bits, but an overflow
> + *  2) If the conversion would require too many bits, APR_EGENERAL is
> returned.
> + *  3) If the conversion used the correct number of bits, but an overflow
>   *     caused only the sign bit to flip, then APR_ENOSPC is returned.
>   * A negative chunk length always indicates an overflow error.
>   */
>
>
>