devcons didn't honor length argument for Qdrivers, resulting in a buffer overflow, which could lead to a kernel crash in case of e.g. read /dev/drivers.
the erratic behavior can be easily seen by
syscall -o read 0 buf 1 < /dev/drivers
that would print the whole table instead of a single byte.
|