coreboot-kgpe-d16/payloads/libpayload/curses/PDCurses/pdcurses
Patrick Georgi 83f75bfeb9 libpayload/.../PDCurses: avoid reading orig before NULL checking it
Coverity complains and that (unfortunately) means that some compiler
might take advantage of the same fact.

Change-Id: I59aff77820c524fa5a0fcb251c1268da475101fb
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Found-by: Coverity Scan #1261105
Reviewed-on: https://review.coreboot.org/17835
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
2016-12-14 15:58:22 +01:00
..
README
addch.c
addchstr.c
addstr.c
attr.c
beep.c
bkgd.c
border.c
clear.c
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
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
terminfo.c
touch.c
util.c
window.c libpayload/.../PDCurses: avoid reading orig before NULL checking it 2016-12-14 15:58:22 +01:00

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>