You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@httpd.apache.org by GitBox <gi...@apache.org> on 2020/12/14 12:58:48 UTC

[GitHub] [httpd] ihsinme opened a new pull request #161: fixing an incorrect buffer size

ihsinme opened a new pull request #161:
URL: https://github.com/apache/httpd/pull/161


   there is probably an error in the source code, since memory is allocated with a size equal to the pointer to conn_config.
   I suggest fixing it.


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org
For additional commands, e-mail: notifications-help@httpd.apache.org


[GitHub] [httpd] notroj closed pull request #161: fixing an incorrect buffer size

Posted by GitBox <gi...@apache.org>.
notroj closed pull request #161:
URL: https://github.com/apache/httpd/pull/161


   


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org
For additional commands, e-mail: notifications-help@httpd.apache.org


[GitHub] [httpd] ylavic commented on pull request #161: fixing an incorrect buffer size

Posted by GitBox <gi...@apache.org>.
ylavic commented on pull request #161:
URL: https://github.com/apache/httpd/pull/161#issuecomment-744692448


   Fixed in http://svn.apache.org/r1884431 along with another change.
   The `struct conn_config_t` contains only a single pointer field for now, so `sizeof(conn_config) == sizeof(*conn_config)`, but the change is needed should the structure be later extended.
   
   Thanks!


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org
For additional commands, e-mail: notifications-help@httpd.apache.org