]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Intentionally downcast to a uint32_t value
authorDonald Sharp <sharpd@nvidia.com>
Wed, 17 Aug 2022 22:43:09 +0000 (18:43 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 24 Aug 2022 12:28:51 +0000 (08:28 -0400)
commitbce18b18fefcfb5c6f317dd187104963ce771d06
treed02534bb468adc6ccf33fb9e9badf25a7322a6e0
parent98b7e9754c5fc379da9e0f8a8fd8172fe5315bae
pimd: Intentionally downcast to a uint32_t value

When calling time(NULL), FRR is intentionally throwing
away the upper 32 bits of value returned.  Let's explicitly
call it out so that coverity understands this is intentional
and ok.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
pimd/mtracebis_netlink.c