Skip to content

Bluetooth: hci_uart: fix UAF in hci_uart_tty_close()

781978c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

[PW_SID:1095737] [v5] Bluetooth: hci_uart: fix UAF in hci_uart_tty_close() #199

Bluetooth: hci_uart: fix UAF in hci_uart_tty_close()
781978c
Select commit
Loading
Failed to load commit list.
GitHub Actions / GitLint failed May 16, 2026 in 1s

GitLint - FAIL

Run gitlint

Duration: 0.33 seconds

Details

[v5] Bluetooth: hci_uart: fix UAF in hci_uart_tty_close()

WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search
16: B1 Line exceeds max length (124>80): "  ODEBUG: free active (active state 0) object: ffff88804024e870 object type: work_struct hint: hci_uart_write_work+0x0/0x940"
17: B1 Line exceeds max length (86>80): "  WARNING: CPU: 0 PID: 338273 at lib/debugobjects.c:612 debug_print_object+0x1a2/0x2b0"
57: B2 Line has trailing whitespace: "- Moved disable_work_sync() to the very top of hci_uart_tty_close(), "
58: B2 Line has trailing whitespace: "  before hci_uart_close(), to prevent any concurrent re-queuing "
62: B2 Line has trailing whitespace: "- Adopted Luiz's suggestion to use disable_work_sync() instead of "