Attention is currently required from: Simon Buhrow, Thomas Heijligen, Edward O'Callaghan.
View Change
2 comments:
File flashrom.c:
Patch Set #6, Line 1695:
//not enough memory
if (!curcontents || !newcontents) {
ret = 1;
goto _ret;
}
delete?
Done
Patch Set #6, Line 1701: (uint8_t*)
don't cast, just use the correct type in the first place in the function definition.
The newcontents buffer may b written while aligning boundaries. So the newcontents needs to be casted as it is `const void *`
To view, visit change 71173. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Id79ae943eb9d6a817da28381db477725834faaf6
Gerrit-Change-Number: 71173
Gerrit-PatchSet: 14
Gerrit-Owner: Aarya <aarya.chaumal@gmail.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Simon Buhrow
Gerrit-Reviewer: Thomas Heijligen <src@posteo.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Attention: Simon Buhrow
Gerrit-Attention: Thomas Heijligen <src@posteo.de>
Gerrit-Attention: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Comment-Date: Mon, 16 Jan 2023 18:35:16 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-MessageType: comment