Do not assume a read buffer coming from libevent is aligned. Copy the
authorderaadt <deraadt@openbsd.org>
Tue, 20 Jan 2015 18:09:12 +0000 (18:09 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 20 Jan 2015 18:09:12 +0000 (18:09 +0000)
commit83a7713fa4f703b65ac86eeb462d10aba9d7b5a7
treeb0fc1af9851874de0eb49b452ae917b3ff62d60d
parent54525af8295ce52530d8982ee830cf85d804ef99
Do not assume a read buffer coming from libevent is aligned.  Copy the
int to an aligned variable before operating on it.
ok claudio
usr.sbin/ldpd/labelmapping.c