public marks

PUBLIC MARKS from parmentierf with tags linux & c

January 2009

Safe C String Library v1.0.3 (January 30, 2005)

(via)
The goal of the SafeStr library is to provide a rich string-handling library for C that has safe semantics yet interoperates with legacy library code in a straightforward manner. Additionally, porting code that uses standard C string handling should be straightforward. The library should work on all modern Unix-like platforms, as well as any 32-bit Microsoft Windows OS. The overt security goals of the library are as follows: 1. Buffer overflows should not be possible when using the API. 2. Format string problems should be impossible when using the API. 3. The API should be capable of tracking whether strings are "trusted", a la Perl's taint mode. The API is meant to provide rich functionality and be easy to use, all the while improving security.

January 2008

gosu - Google Code

by 1 other
Gosu is a 2D game development library for the Ruby and C programming languages, available for Mac OS X, Windows and Linux.