summaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
0 files changed, 0 insertions, 0 deletions
'/libraw1394/commit/src/readwrite.c?h=v2.0.5&id=8dd13e50825cdcee062d4dba43afa62c292d465f&follow=1'>Fixed missing setting of ext code in raw1394_start_lock()Gravatar aeb 1-0/+1 2000-04-15Fixed lock transaction to actually return response value.Gravatar aeb 3-5/+11 2000-04-12Add userdata functions as news.Gravatar aeb 1-0/+4 2000-04-05Add userdata functions.Gravatar aeb 3-0/+18 2000-03-18Bump version number to 0.6.Gravatar aeb 3-5/+6 2000-03-18Mention byte order change.Gravatar aeb 1-0/+2 2000-03-18Mention SourceForge home.Gravatar aeb 1-1/+5