Re: [cap-talk] RumpelTree++
Raoul Duke <[email protected]> Fri, 25 Jul 2014 11:51:18 -0700
| Newsgroups | gmane.comp.lang.e.general |
|---|---|
| Message-ID | <CAJ7XQb7W52Ko0AXE8b39i7pW-h6gwFJ1LUuqWeq_oXeuz5oz_A@mail.gmail.com> |
> Would anyone be interested in contributing a security-oriented code-review > on my library? Its C++11 code and I took extra effort to make sure memory > containing security sensitive authority tokens gets wiped after usage > while maintaining the friendly almost fully string like interface. this is a sincere but neophyte question, i do not mean it in a snarky way, but is anything written in C++ able to be considered safe or secure? or are the definitions of safe and secure meant to be taken relative to the fact that it is all written in C++? thank you.