mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
Merge tag 'ab-master-12052026' of https://source.denx.de/u-boot/custodians/u-boot-tpm
- A single UAF fix from Kory for out fwumdata tool
This commit is contained in:
@@ -84,6 +84,7 @@ static int parse_config(const char *fname)
|
||||
if (line[0] == '#' || line[0] == '\n')
|
||||
continue;
|
||||
|
||||
devname = NULL;
|
||||
rc = sscanf(line, "%ms %lli %lx %lx",
|
||||
&devname,
|
||||
&devices[i].devoff,
|
||||
|
||||
Reference in New Issue
Block a user