Somes fixes for the VIA PadLock drivers.
authorfcambus <fcambus@openbsd.org>
Sun, 24 Dec 2017 16:19:27 +0000 (16:19 +0000)
committerfcambus <fcambus@openbsd.org>
Sun, 24 Dec 2017 16:19:27 +0000 (16:19 +0000)
commitc90c9c4f6d44f2b7aa74cddc16ead5e27ee0e53b
tree5ec2175abab3cc4803d5ba760475b5102a9eb750
parent36e59af023145bcfbd91196c677db6af7e1a0b98
Somes fixes for the VIA PadLock drivers.

- Do not ignore the return value of m_copyback() on i386
- Always free sc->op_buf before returning on both amd64 and i386,
  pointed out by mikeb@, thanks!

OK mikeb@
sys/arch/amd64/amd64/via.c
sys/arch/i386/i386/via.c