summaryrefslogtreecommitdiffstats
path: root/src/ieee1394-ioctl.h
diff options
context:
space:
mode:
authorGravatar Aaro Koskinen 2015-02-15 14:20:19 +0200
committerGravatar Stefan Richter 2015-04-28 22:39:11 +0200
commit042ddc6d1e0d56de91b365ab894d7ac836c786e1 (patch)
tree9bb1570d67150c806a46ef1857ad9bbb70012752 /src/ieee1394-ioctl.h
parentPrevent requests for previously provided iso tx packets (diff)
Align fw_handle buffer for 64-bit access
Align fw_handle buffer for 64-bit access. This fixes SIGBUS on SPARC when capturing DV stream with "dvgrab". [Stefan R: If libraw1394 is compiled for 32 bit userland, struct fw_handle.buffer was only 32 bit aligned. Various *__u64 accesses happen to the buffer, and those accesses require 64 bit alignment on some CPU architectures. The bug certainly affected all libraw1394 client applications on such architectures with 32 bit userland.] Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'src/ieee1394-ioctl.h')
0 files changed, 0 insertions, 0 deletions
77?s=13&d=retro' width='13' height='13' alt='Gravatar' /> gingerBill 1-27/+205 2015-09-28gb.hpp - StringGravatar gingerBill 1-37/+647 2015-09-28gb.hpp - Time functionsGravatar gingerBill 1-481/+765 2015-09-27gb.hpp - Hash Table SupportGravatar gingerBill 2-137/+592 2015-09-27Add experimental gb.hppGravatar gingerBill 2-4/+2257 2015-09-27Fix Silly MistakesGravatar gingerBill 2-150/+151 2015-09-27Update README.mdGravatar gingerBill 1-1/+2 2015-09-27Add extern "C" if compiling as C++Gravatar gingerBill 2-8/+27