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 20:31:17 UTC

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

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