You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/02/16 08:46:00 UTC

[GitHub] [trafficserver] maskit opened a new pull request #7526: Fix out of bounds access error in jtest

maskit opened a new pull request #7526:
URL: https://github.com/apache/trafficserver/pull/7526


   Found on Fedora 34 (GCC 11)
   ```
   make[1]: Entering directory '/home/masakazu/git/trafficserver/tools'
     CXX      jtest/jtest.o
   In file included from jtest/jtest.cc:27:
   In function 'const void* memchr(const void*, int, size_t)',
       inlined from 'int ink_web_escapify_string(char*, char*, int)' at jtest/jtest.cc:4803:23:
   /usr/include/string.h:86:27: error: 'void* __builtin_memchr(const void*, int, long unsigned int)' specified bound 2147483647 exceeds source size 15 [-Werror=stringop-overread]
      86 |   return __builtin_memchr (__s, __c, __n);
         |          ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] bryancall merged pull request #7526: Fix out of bounds access error in jtest

Posted by GitBox <gi...@apache.org>.
bryancall merged pull request #7526:
URL: https://github.com/apache/trafficserver/pull/7526


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] maskit commented on pull request #7526: Fix out of bounds access error in jtest

Posted by GitBox <gi...@apache.org>.
maskit commented on pull request #7526:
URL: https://github.com/apache/trafficserver/pull/7526#issuecomment-810664610


   Opened #7660 for 8.1.x.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] ezelkow1 commented on pull request #7526: Fix out of bounds access error in jtest

Posted by GitBox <gi...@apache.org>.
ezelkow1 commented on pull request #7526:
URL: https://github.com/apache/trafficserver/pull/7526#issuecomment-810336621


   Can we get a backport PR for 8.1.x for this?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] zwoop commented on pull request #7526: Fix out of bounds access error in jtest

Posted by GitBox <gi...@apache.org>.
zwoop commented on pull request #7526:
URL: https://github.com/apache/trafficserver/pull/7526#issuecomment-784384904


   Cherry-picked to v9.0.x branch.
   Cherry-picked to v9.1.x branch.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org