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/04/24 02:45:07 UTC

[trafficserver] branch master updated (4260241 -> c29d8d8)

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

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


    from 4260241  cppcheck: fixes issues found in proxy/logging
     new 0c8da0d  cppcheck C-style pointer casting
     new 3c1b987  cppcheck: Function parameters should be passed by reference
     new 14df6b0  cppcheck: syntax error and memory leak fix
     new 7fa3b23  cppcheck: (style) The scope of the variable can be reduced.
     new c29d8d8  cppcheck: (portability) %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'

The 11752 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:
 iocore/hostdb/HostDB.cc             | 12 ++++++------
 iocore/hostdb/P_HostDBProcessor.h   |  5 ++---
 iocore/hostdb/test_I_HostDB.cc      |  1 +
 iocore/hostdb/test_P_HostDB.cc      |  7 ++++++-
 iocore/hostdb/test_RefCountCache.cc |  2 +-
 5 files changed, 16 insertions(+), 11 deletions(-)