]> git.pld-linux.org Git - packages/apache.git/blob - apache-bug-51748.patch
- rel 2; fix for range fix regression; probably there will be 2.2.21 due to this
[packages/apache.git] / apache-bug-51748.patch
1 --- httpd/httpd/trunk/modules/http/byterange_filter.c   2011/09/01 06:42:40     1163920
2 +++ httpd/httpd/trunk/modules/http/byterange_filter.c   2011/09/01 10:25:45     1163985
3 @@ -544,7 +544,7 @@
4              return 0;
5          }
6  
7 -        if (dash == range) {
8 +        if (dash == cur) {
9              /* In the form "-5" */
10              if (apr_strtoff(&number, dash+1, &errp, 10) || *errp) {
11                  return 0;
This page took 0.028239 seconds and 3 git commands to generate.