]> git.ipfire.org Git - thirdparty/chrony.git/commit
Don't send uninitialized data in command replies
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 31 Jul 2013 13:02:09 +0000 (15:02 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 7 Aug 2013 12:46:16 +0000 (14:46 +0200)
commitc6fdeeb6bb0b17dc28c19ae492c4a1c498e54ea3
treebfb6dbe438d34432d6b6ad74c1fd1cb158ae8ae8
parent7712455d9aa33d0db0945effaa07e900b85987b1
Don't send uninitialized data in command replies

The RPY_SUBNETS_ACCESSED and RPY_CLIENT_ACCESSES command replies can
contain uninitalized data from stack when the client logging is disabled
or a bad subnet is requested. These commands were never used by chronyc
and they require the client to be authenticated since version 1.25.
cmdmon.c