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

maskit pushed a change to branch quic-05
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from ff2d8a7  Call the QUICFrame destructor before freeing into the 
ClassAllocator
     new 46cf6d5  add QUICInBuffer feature
     new 1a70d29  Fix building unit tests of quic
     new 92d7c3a  Fix heap-use-after-free in QUICStreamFrame::store

The 3 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:
 .gitignore                                         |   1 +
 iocore/net/quic/Makefile.am                        |   3 +-
 iocore/net/quic/QUICFrame.cc                       |  11 +-
 iocore/net/quic/QUICFrame.h                        |   4 +-
 iocore/net/quic/QUICIncomingFrameBuffer.cc         | 135 +++++++++++++
 ...CApplicationMap.h => QUICIncomingFrameBuffer.h} |  34 +++-
 iocore/net/quic/QUICStream.cc                      |  36 ++--
 iocore/net/quic/QUICStream.h                       |   7 +-
 iocore/net/quic/test/Makefile.am                   |  43 ++++-
 iocore/net/quic/test/test_QUICFrame.cc             |  50 ++++-
 iocore/net/quic/test/test_QUICFrameDispatcher.cc   |   7 +-
 .../net/quic/test/test_QUICIncomingFrameBuffer.cc  | 177 +++++++++++++++++
 iocore/net/quic/test/test_QUICStream.cc            | 215 ++++++++++++---------
 13 files changed, 572 insertions(+), 151 deletions(-)
 create mode 100644 iocore/net/quic/QUICIncomingFrameBuffer.cc
 copy iocore/net/quic/{QUICApplicationMap.h => QUICIncomingFrameBuffer.h} (57%)
 create mode 100644 iocore/net/quic/test/test_QUICIncomingFrameBuffer.cc

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>'].

Reply via email to