In the Linux kernel, the following vulnerability has been resolved:
um: line: always fill *errorout in setupone_line()
The pointer isn't initialized by callers, but I have encountered cases where it's still printed; initialize it in all possible cases in setuponeline().