Jude Rich uploaded patch set #2 to this change.

View Change

utils/kconfig/nconf.c: Fix truncation warning in `item_add_str`

While appending a string in `item_add_str`, there is a warning about
truncating the string to 256 bytes due to unnecessary buffering. By
removing the buffering and writing directly to the string, the warning
is vanquished.

Signed-off-by: Jude A Rich <juder11@gmail.com>
Change-Id: Idb2dfad7e401954f4bb83d0409ab71dcd7277f47
---
M util/kconfig/nconf.c
1 file changed, 18 insertions(+), 17 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/37939/2

To view, visit change 37939. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Idb2dfad7e401954f4bb83d0409ab71dcd7277f47
Gerrit-Change-Number: 37939
Gerrit-PatchSet: 2
Gerrit-Owner: Jude Rich <juder11@gmail.com>
Gerrit-Reviewer: Jude Rich <juder11@gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: newpatchset