coreboot-kgpe-d16/payloads/libpayload/curses/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
..
demos libpayload: PDCurses: Remove trailing whitespace 2015-11-20 16:27:36 +01:00
doc libpayload: PDCurses: Remove trailing whitespace 2015-11-20 16:27:36 +01:00
dos libpayload: PDCurses: Remove trailing whitespace 2015-11-20 16:27:36 +01:00
os2 libpayload: PDCurses: Remove trailing whitespace 2015-11-20 16:27:36 +01:00
pdcurses libpayload/.../PDCurses: avoid reading orig before NULL checking it 2016-12-14 15:58:22 +01:00
sdl1 libpayload: PDCurses: Remove trailing whitespace 2015-11-20 16:27:36 +01:00
win32 libpayload: PDCurses: Remove trailing whitespace 2015-11-20 16:27:36 +01:00
x11 libpayload: PDCurses: Remove trailing whitespace 2015-11-20 16:27:36 +01:00
HISTORY libpayload: PDCurses: Remove trailing whitespace 2015-11-20 16:27:36 +01:00
IMPLEMNT libpayload: PDCurses: Remove trailing whitespace 2015-11-20 16:27:36 +01:00
Makefile.in
PDCurses.spec libpayload: PDCurses: Remove trailing whitespace 2015-11-20 16:27:36 +01:00
README libpayload: PDCurses: Remove trailing whitespace 2015-11-20 16:27:36 +01:00
aclocal.m4
config.h.in
configure.ac libpayload: PDCurses: Remove trailing whitespace 2015-11-20 16:27:36 +01:00
curses.h
curspriv.h
exp-base.def
exp-wide.def
install-sh
libobjs.mif
makedist.mif
panel.h
term.h
version.mif
watcom.mif

README

Welcome to PDCurses!
====================

Public Domain Curses, aka PDCurses, is an implementation of X/Open
curses for multiple platforms. The latest version can be found at:

   http://pdcurses.sourceforge.net/

For changes, see the HISTORY file.


Legal Stuff
-----------

The core package is in the public domain, but small portions of PDCurses
are subject to copyright under various licenses.  Each directory
contains a README file, with a section titled "Distribution Status"
which describes the status of the files in that directory.

If you use PDCurses in an application, an acknowledgement would be
appreciated, but is not mandatory. If you make corrections or
enhancements to PDCurses, please forward them to the current maintainer
for the benefit of other users.

This software is provided AS IS with NO WARRANTY whatsoever.


Ports
-----

PDCurses has been ported to DOS, OS/2, Win32, X11 and SDL. A directory
containing the port-specific source files exists for each of these
platforms. Build instructions are in the README file for each platform.


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

All files in this directory except configure, config.guess and
config.sub are released to the Public Domain. config.guess and
config.sub are under the GPL; configure is under a free license
described within it.


Maintainer
----------

William McBrine <wmcbrine@users.sf.net>