Jude Rich uploaded patch set #3 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, 17 insertions(+), 12 deletions(-)

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

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: 3
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-CC: Nico Huber <nico.h@gmx.de>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: newpatchset