Re: [PATCH] ses: fix additional element traversal bug

2015-12-15 Thread Hannes Reinecke
On 12/11/2015 06:16 PM, James Bottomley wrote: KASAN found that our additional element processing scripts drop off the end of the VPD page into unallocated space. The reason is that not every element has additional information but our traversal routines think they do, leading to them expecting

[PATCH] ses: fix additional element traversal bug

2015-12-11 Thread James Bottomley
KASAN found that our additional element processing scripts drop off the end of the VPD page into unallocated space. The reason is that not every element has additional information but our traversal routines think they do, leading to them expecting far more additional information than is present.