Re: [PATCH 0/2] Fix a couple issues in moddep parsing

2022-01-14 Thread Daniel Kiper
On Wed, Jan 12, 2022 at 08:54:59PM -0600, Glenn Washburn wrote: > The first patch fixes an OOB read bug and the second outputs a less confusing > error to the user when the moddep.lst line is too long. Really it would be > better to support lines of unlimited length, but I'm not motivated to add >

[PATCH 0/2] Fix a couple issues in moddep parsing

2022-01-12 Thread Glenn Washburn
The first patch fixes an OOB read bug and the second outputs a less confusing error to the user when the moddep.lst line is too long. Really it would be better to support lines of unlimited length, but I'm not motivated to add that. The condition under which these issues are triggered should never