]> git.ipfire.org Git - thirdparty/snort3.git/commit
Pull request #3451: netflow: fix build on MacOS
authorMike Stepanek (mstepane) <mstepane@cisco.com>
Thu, 2 Jun 2022 20:30:08 +0000 (20:30 +0000)
committerMike Stepanek (mstepane) <mstepane@cisco.com>
Thu, 2 Jun 2022 20:30:08 +0000 (20:30 +0000)
commitc345c750ebd16f0d1ffb87b9d9b2d1b8eba7daed
tree45e5967e2c35f919f2deb24d5b93247d6d52edc5
parent2401c40ee5733b5baa1823988d5795bcb57ba3bc
Pull request #3451: netflow: fix build on MacOS

Merge in SNORT/snort3 from ~OSERHIIE/snort3:macos_build_fix to master

Squashed commit of the following:

commit 4ced378fa0217bd475d7e3fbdb96d7cfa9f8c4c3
Author: Oleksandr Serhiienko <oserhiie@cisco.com>
Date:   Wed Jun 1 13:51:33 2022 +0300

    netflow: fix build on MacOS

        This commit adds explicit type casting for ConfigLogger::log_value()
        function call which accepts number of size_t type as an argument.
        The reason is that on MacOS with Homebrew GCC 7.5.0 it cannot resolve
        the call with size_t type to one of the overloads with int parameters.
src/service_inspectors/netflow/netflow.cc