Page MenuHomeFreeBSD

tty: properly check character position when handling IUTF8 backspaces
ClosedPublic

Authored by bnovkov on Nov 13 2023, 4:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 28, 6:42 PM
Unknown Object (File)
Jun 22 2024, 7:21 PM
Unknown Object (File)
Jun 20 2024, 1:12 AM
Unknown Object (File)
Jun 17 2024, 12:07 AM
Unknown Object (File)
May 23 2024, 4:12 PM
Unknown Object (File)
May 23 2024, 4:11 PM
Unknown Object (File)
May 23 2024, 4:11 PM
Unknown Object (File)
May 23 2024, 4:11 PM
Subscribers

Details

Summary

This patch fixes PR 275009.

The tty_rubchar code handling backspaces for UTF8 characters didn't properly check whether the beginning of the current line was reached.
This resulted in a kernel panic in ttyinq_unputchar when prodded with certain malformed UTF8 sequences.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Nov 13 2023, 5:53 PM

Upload diff with full context.

This revision now requires review to proceed.Nov 13 2023, 5:56 PM
This revision is now accepted and ready to land.Nov 13 2023, 5:58 PM