OpenPGP:SDK has been run through coverity using the following options and 
commands.

$ svn co svn://openpgp.nominet.org.uk/openpgpsdk/trunk openpgpsdk

DO INITIAL CONFIGURATION

$ ./configure

BUILD COVERITY SOURCE:

$ cd src
src$ cov-build --dir ../coverity/ make

ANALYZE:

src$ cd ../coverity
coverity$ cov-analyze -e emit/ --outputdir output/ --enable VOLATILE --security --enable CHROOT --enable OPEN_ARGS --enable SECURE_CODING --enable SECURE_TEMP --enable TAINTED_POINTER --enable TOCTTOU

COMMIT ERRORS TO COVERITY DATABASE:

coverity$ cov-commit-errors -e ./emit -o ./output -d ./database/ --name <username>


