coreboot-kgpe-d16/payloads/libpayload/curses/PDCurses-3.4/pdcurses
Patrick Georgi 8180d1a22f libpayload/PDcurses: avoid NULL deref
Change-Id: I86f1c97858fa3d007c4d4509fac3473c9e2ad2f2
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Found-by: Coverity Scan
Reviewed-on: http://review.coreboot.org/7973
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
2015-01-03 23:58:22 +01:00
..
README
addch.c
addchstr.c
addstr.c
attr.c
beep.c
bkgd.c
border.c
clear.c libpayload/PDcurses: avoid NULL deref 2015-01-03 23:58:22 +01:00
color.c
debug.c
delch.c
deleteln.c
deprec.c
getch.c
getstr.c
getyx.c
inch.c
inchstr.c
initscr.c
inopts.c
insch.c
insstr.c
instr.c
kernel.c
keyname.c libpayload: Fix const warnings in keyname() and termname() 2013-03-26 19:13:46 +01:00
mouse.c
move.c
outopts.c
overlay.c
pad.c
panel.c
printw.c
refresh.c
scanw.c
scr_dump.c
scroll.c
slk.c
termattr.c libpayload: Fix const warnings in keyname() and termname() 2013-03-26 19:13:46 +01:00
terminfo.c
touch.c
util.c
window.c

README

PDCurses Portable Core
======================

This directory contains core PDCurses source code files common to all 
platforms.


Building
--------

These modules are built by the platform-specific makefiles, in the 
platform directories.


Distribution Status
-------------------

The files in this directory are released to the Public Domain.


Acknowledgements
----------------

The panel library was originally provided by
Warren Tucker <wht@n4hgf.mt-park.ga.us>