Commit a5509dae authored by Zwane Mwaikambo's avatar Zwane Mwaikambo Committed by Linus Torvalds

[PATCH] rng_vendor_ops init.data is referenced after being freed

Bug report from J Sanchez in #kernelnewbies
parent e11ed9c5
...@@ -126,7 +126,7 @@ enum { ...@@ -126,7 +126,7 @@ enum {
rng_hw_via, rng_hw_via,
}; };
static struct rng_operations rng_vendor_ops[] __initdata = { static struct rng_operations rng_vendor_ops[] = {
/* rng_hw_none */ /* rng_hw_none */
{ }, { },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment