Astra Linux – Vulnerability in Linux 6.12
In the Linux kernel, the following vulnerability has been resolved: md/raid5: Fixed possible null pointer dereferences in raid5storegroupthreadcnt. The variable mddev-private is first assigned the value of conf, and then checked: c conf = mddev-private; if !conf… If conf is NULL, then mddev-priva...