]> git.ipfire.org Git - thirdparty/chrony.git/commit
socket: handle negative sa_length
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 24 Jun 2020 10:07:55 +0000 (12:07 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 25 Jun 2020 10:43:25 +0000 (12:43 +0200)
commit81c2b2e886345af6e5b01d008206c205e1641aa8
treeb518aeaef3fa66a8c03d98e144ad3ad5b899c100
parentc9f03fb2229783fd242af389d5ee14b658a57028
socket: handle negative sa_length

As the type of the sa_length parameter is signed, negative values
should be handled as invalid.
socket.c