summaryrefslogtreecommitdiffstats
path: root/debian/libraw1394.postinst.in
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 /debian/libraw1394.postinst.in
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 'debian/libraw1394.postinst.in')
0 files changed, 0 insertions, 0 deletions
th='13' height='13' alt='Gravatar' /> Peter McGoron 2-13/+38 2024-09-27read: properly restore state when reading datum commentsGravatar Peter McGoron 1-8/+20 2024-09-27read: document datum labelGravatar Peter McGoron 1-0/+8 2024-09-27read: change datum label to object, that returns an encapsulated datum labelGravatar Peter McGoron 1-33/+47 2024-09-27read: add object encapsulating identifierGravatar Peter McGoron 3-24/+49 2024-09-27Revert "add object helper functions"Gravatar Peter McGoron 3-159/+129 2024-09-27Revert "object: change to a stateful table"Gravatar Peter McGoron 4-95/+42 2024-09-27Revert "object: rename"Gravatar Peter McGoron 3-12/+8 2024-09-26object: renameGravatar Peter McGoron 3-8/+12 2024-09-26object: change to a stateful tableGravatar Peter McGoron 4-42/+95 2024-09-24add object helper functionsGravatar Peter McGoron 3-129/+159 2024-09-22miniscm: string->symbol and symbol->stringGravatar Peter McGoron 1-1/+17