CVE-2026-46258
Beschrijving NL
In de Linux kernel is de volgende kwetsbaarheid verholpen:
gpio: cdev: Vermijd NULL dereferentie in linehandle_create()
In linehandle_create() staat een uitspraak als deze:
retain_and_null_ptr(lh);
Kort daarna is er een foutopsporingsafdruk die verwijst naar "lh", die
zal dingen laten crashen.
Vermijd de crash door handlereq.lines te gebruiken, wat dezelfde waarde is.
Origineel (Engels) tonen
In the Linux kernel, the following vulnerability has been resolved:
gpio: cdev: Avoid NULL dereference in linehandle_create()
In linehandle_create(), there is a statement like this:
retain_and_null_ptr(lh);
Soon after, there is a debug printout that dereferences "lh", which
will crash things.
Avoid the crash by using handlereq.lines, which is the same value.