|
|
|
|
|
by MaulingMonkey
4166 days ago
|
|
> using [...modern C++ features...] can considerably reduce the attack surface... I'd argue the remaining attack surface is still wide enough to drive a shuttle crawler-transporter through. Even if your core code is perfectly tricked out with best practices, you're going to inter-operate with 3rd party APIs with C style interfaces at some point - and that means raw pointers, rolling your own containers / RAII wrappers, etc. |
|