You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2019/09/03 08:04:53 UTC

[trafficserver] branch quic-latest updated (13bdd9d -> 2b5e2ce)

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

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


    from 13bdd9d  Merge branch 'master' into quic-latest
     add 2b5e2ce  Fix memory leaks detected by ASAN

No new revisions were added by this update.

Summary of changes:
 iocore/net/quic/QUICIncomingFrameBuffer.cc         | 12 ++-
 iocore/net/quic/test/test_QUICAckFrameCreator.cc   | 13 +++
 .../net/quic/test/test_QUICAltConnectionManager.cc |  3 +
 iocore/net/quic/test/test_QUICFrame.cc             | 13 +++
 .../net/quic/test/test_QUICIncomingFrameBuffer.cc  | 17 ++++
 iocore/net/quic/test/test_QUICLossDetector.cc      |  2 +
 .../quic/test/test_QUICPacketHeaderProtector.cc    | 13 +++
 iocore/net/quic/test/test_QUICPathValidator.cc     |  4 +
 iocore/net/quic/test/test_QUICPinger.cc            | 98 +++++++++++-----------
 9 files changed, 124 insertions(+), 51 deletions(-)