Commit: acfa41dedb47f1bff9399e2273e4623aac4decc5
Parent: 6c81bae99bc593af75913951ed553842862e95a8
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2023-05-05 23:30:10
Tree: 5f467c5adb608cefbee255c80852b5ad6b05ad22

monitor: Fix misaligment errors This fixes the following errors: monitor/packet.c:11968:27: runtime error: member access within misaligned address 0x565448026d55 for type 'const struct monitor_l2cap_hdr', which requires 2 byte alignment monitor/packet.c:11968:4: runtime error: member access within misaligned address 0x565448026d55 for type 'const struct monitor_l2cap_hdr', which requires 2 byte alignment

Diffstat

M monitor/packet.c | 5 +++- -

1 files changed, 3 insertions(+), 2 deletions(-)

View Full Diff | Patch