This is an automated email from the ASF dual-hosted git repository.

ChristopherSchultz pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git


    from d3a74c15d Add AGENTS.md and SECURITY.md to support AI security scans
     new 2e4c7fedb Always use 'size' passed-in from the caller
     new 101ddeec5 Return existing pool on shrink-request
     new 197c7baf3 Avoid overflow on alignment adjustment
     new 0d66c7de3 Use snprintf when printing port numbers
     new 3cc048f50 Use correct conversion for unsigned int
     new 7966dd1e4 Use sockaddr_storage to ensure we have enough space for IPv6
     new 412cb1e32 Don't assume IPv6 when not IPv4
     new cebc3142e Fix typo
     new 84506485f Move the else outside of the ifdef
     new 7dfc55913 Use correct blocking around ifdefs
     new 8e9fefef6 Always check sizes
     new 6d69b5485 Slight cleanup
     new e6e066ed7 Respect the return value from inet_ntop4/inet_ntop6
     new 7b57bf6a2 Remove unnecessary null-terminators
     new 53506d4b8 Improve performance
     new 83c4ef518 Improve performance
     new 730680fbb Make macro definition a little safer
     new 21987720d Add overrun protection
     new 1c5b840ce Avoid unlikely underflow
     new ed383e12c Fix a few issues in jk_sb_send

The 20 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 native/common/jk_ajp12_worker.c |   4 +-
 native/common/jk_connect.c      | 112 ++++++++++++++++++++++++++++------------
 native/common/jk_map.c          |  90 ++++++++++++++++++--------------
 native/common/jk_pool.c         |   7 ++-
 native/common/jk_sockbuf.c      |  76 ++++++++++++++++++++++-----
 5 files changed, 200 insertions(+), 89 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to