aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorAndrew Engelbrecht <sudoman@ninthfloor.org>2014-12-01 12:22:48 -0500
committerPatrick Georgi <pgeorgi@google.com>2014-12-02 10:15:00 +0100
commite8905312f066fc899089edebe803873819f2b920 (patch)
tree80165da2c7e35b1b0a024cc5f29d3c8b9b1f98f5 /Makefile.inc
parente0e784a456c4d64e5e88ce578371fe6c538db559 (diff)
nvramtool: cmos_read(): Use malloc() instead of alloca()
Fixes crash occurring when 'nvramtool -a' tried to free a prematurely freed pointer. (Tested on x60) malloc() is correct because the pointer is accessed outside the calling function. The pointer is freed in the parent function list_cmos_entry(). Change-Id: I1723f09740657f0f0d9e6954bd6d11c0a3820a42 Signed-off-by: Andrew Engelbrecht <sudoman@ninthfloor.org> Reviewed-on: http://review.coreboot.org/7620 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'Makefile.inc')
0 files changed, 0 insertions, 0 deletions