Re: [PATCH v2] efifb: prevent null-deref when iterating dmi_list

2013-11-01 Thread David Herrmann
Hi On Fri, Nov 1, 2013 at 12:10 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 17:17 Thu 31 Oct , David Herrmann wrote: >> Hi >> >> On Thu, Oct 31, 2013 at 11:45 AM, Jean-Christophe PLAGNIOL-VILLARD >> wrote: >> > On 18:40 Wed 02 Oct , David Herrmann wrote: >> >> The dmi_list array is

Re: [PATCH v2] efifb: prevent null-deref when iterating dmi_list

2013-11-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:17 Thu 31 Oct , David Herrmann wrote: > Hi > > On Thu, Oct 31, 2013 at 11:45 AM, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > On 18:40 Wed 02 Oct , David Herrmann wrote: > >> The dmi_list array is initialized using gnu designated initializers, and > >> therefore may contain fewer e

Re: [PATCH v2] efifb: prevent null-deref when iterating dmi_list

2013-10-31 Thread David Herrmann
Hi On Thu, Oct 31, 2013 at 11:45 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 18:40 Wed 02 Oct , David Herrmann wrote: >> The dmi_list array is initialized using gnu designated initializers, and >> therefore may contain fewer explicitly defined entries as there are >> elements in it. This

Re: [PATCH v2] efifb: prevent null-deref when iterating dmi_list

2013-10-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:40 Wed 02 Oct , David Herrmann wrote: > The dmi_list array is initialized using gnu designated initializers, and > therefore may contain fewer explicitly defined entries as there are > elements in it. This is because the enum above with M_xyz constants > contains more items than the desig