]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
pair_tests fr_pair_value_copy: Allocate dst pair before copying into it (#4350)
authorTerry Burton <tez@terryburton.co.uk>
Wed, 5 Jan 2022 16:26:20 +0000 (16:26 +0000)
committerGitHub <noreply@github.com>
Wed, 5 Jan 2022 16:26:20 +0000 (10:26 -0600)
commit1f3e03d294135b319685c71e6ecee9245a7da95c
treead970e6f3ad08f2654c3dcf012f3b5b13d217121
parent2a28faeefeb15dff750e087afe93d8eba1d9244c
pair_tests fr_pair_value_copy: Allocate dst pair before copying into it (#4350)

Otherwise the copy will attempt to clear uninitialised dst data.
src/lib/util/pair_tests.c