[Owasp-esapi-c++] SafeInt Location in Project

Jeffrey Walton noloader at gmail.com
Wed Aug 3 13:58:49 EDT 2011


Here's what I gather from the thread....

One directory in / named deps/. SafeInt goes in deps/. So far, so good.

SafeInt has about 8 tests and a custom makefile. SafeInt's test will
go in test/. Is safeint/ OK for the test/ directory?

Jeff

On Tue, Aug 2, 2011 at 9:58 PM, Jeffrey Walton <noloader at gmail.com> wrote:
> Hi All,
>
> LeBlanc's SafeInt consists of 1 file (http://safeint.codeplex.com).
> Its actually a header file - SafeInt3.hpp.
>
> Where is a good place for it? Should it go into root, or should it get
> its own directory? If it gets its own directory, is the following
> aesthetically pleasing:
>
>  #include <safeint/SafeInt3.hpp>
>
> Jeff
>


More information about the Owasp-esapi-c++ mailing list