diff options
author | Zijun Hu <quic_zijuhu@quicinc.com> | 2023-04-17 12:39:59 +0300 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2023-04-24 08:05:53 +0300 |
commit | 0ab905c3be8c2be368821dd2bd1f8d126064d993 (patch) | |
tree | be11e1f3013cd3c4ef2c046fa09416e013ece0a6 /scripts/gdb/linux/utils.py | |
parent | 25c150ac103a4ebeed0319994c742a90634ddf18 (diff) | |
download | linux-0ab905c3be8c2be368821dd2bd1f8d126064d993.tar.xz |
Bluetooth: Devcoredump: Fix storing u32 without specifying byte order issue
API hci_devcd_init() stores its u32 type parameter @dump_size into
skb, but it does not specify which byte order is used to store the
integer, let us take little endian to store and parse the integer.
Fixes: f5cc609d09d4 ("Bluetooth: Add support for hci devcoredump")
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions