Contributed by rueda on from the wscons-tructive-criticism dept.
Crystal Kolipe has written up more of her work on the console. This time, it regards bugs in the handling of UTF-8: ExoticSilicon.com - fixing cringeworthy bugs in the OpenBSD console code.
As Crystal pointed out in her email to Undeadly,
Miod Vallat (miod@
) has
committed
fixes.
(Comments are closed)
By Peter J. Philipp (pjp) nospam@delphinusdns.org on
This is a great find by Crystal. I was wondering is this what led to patch #21 in 7.2? If so then perhaps the %s formatting in tcpdump/print-cdp.c that I found and reported could be used to crash the kernel if someone is tcpdumping on the wscons console. I only made it change colours but escape characters could be used to make it panic, thanks Crystal! Without you we'd have crashing consoles if they were tcpdumping at the same time.
Comments
By David Leadbeater (dgl) dgl@dgl.cx on
Definitely if you can get escape sequences into output there's fun to be had, I recently did a talk about some, on other platforms (that was at a Microsoft security conference, so covering Windows Terminal). I also have an upcoming talk where I'll cover some more.
Comments
By Peter J. Philipp (pjp) nospam@delphinusdns.org on
Sorry for the mistake, and thank you too David!
By n/a (Cabal) on
I miss Crystal.