diff --git a/fs/pstore/ram.c b/fs/pstore/ram.c index 1daed280f1b6c39edd9a8098c687852775e6915e..6f96d8c2a711995beff74e87d22baefd5da8b3a8 100644 --- a/fs/pstore/ram.c +++ b/fs/pstore/ram.c @@ -119,6 +119,8 @@ ramoops_get_next_prz(struct persistent_ram_zone *przs[], uint *c, uint max, return NULL; prz = przs[i]; + if (!prz) + return NULL; /* Update old/shadowed buffer. */ if (update)