Attention is currently required from: Edward O'Callaghan.
View Change
1 comment:
File atavia.c:
Patch Set #6, Line 148: NULL
For any future patches... If this should eventually not be a NULL pointer, at the very least please define a temporary macro to keep track of all instances of this. After all the necessary changes are done, the temporary macro should no longer be used anywhere and can be dropped.
```
/* Temporary macro to keep track of things, will eventually be dropped. */
#define NULL_PROGRAMMER_CFG_FIXME NULL
```
Then, this line would look like this until it's fixed:
```
char *arg = extract_programmer_param_str(NULL_PROGRAMMER_CFG_FIXME, "offset");
```
To view, visit change 66654. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I781a328fa280e0a9601050dd99a75af72c39c899
Gerrit-Change-Number: 66654
Gerrit-PatchSet: 6
Gerrit-Owner: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-Reviewer: Felix Singer <felixsinger@posteo.net>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Nikolai Artemiev <nartemiev@google.com>
Gerrit-Reviewer: Peter Marheine <pmarheine@chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Alexander Goncharov <chat@joursoir.net>
Gerrit-CC: Angel Pons <th3fanbus@gmail.com>
Gerrit-Attention: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Comment-Date: Mon, 17 Oct 2022 10:31:59 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment