Re: kernel panic: n_tty: init_tty

From: Alan Cox
Date: Tue Nov 07 2017 - 12:18:48 EST


> It's not just running at boot though. It's also being hit by the fuzzer at
> runtime, via ptmx_open().

Then modify the routine to try N_NULL as a follow up (see
tty_ldisc_restore). N_NULL will never fail.

Alan