Re: [PATCH v5 2/9] of: update /aliases lookup on reconfig notifications
"Abdurrahman Hussain" <[email protected]>
| Newsgroups | org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed Aug 5, 2026 at 1:34 AM PDT, Geert Uytterhoeven wrote: > > The rework also fixes an out-of-bounds read in the old stem parser, > > which tested isdigit(*(end - 1)) before checking end > start and so > > read one byte before the property name when the name was empty or all > > digits. Such names are skipped now instead of getting an empty stem. > > I think this part should be a separate patch. Done — it's a standalone first patch in v6, with a Fixes tag and stable Cc, so it can go in (and be backported) independently of the rest. Thanks for taking a look after all these years. Thanks, Abdurrahman