Lucene search

K
schneierBruce SchneierSCHNEIER:7A1FC6121E4EAD4C547D39D836B5B8EF
HistoryMar 15, 2024 - 11:05 a.m.

Improving C++

2024-03-1511:05:41
Bruce Schneier
www.schneier.com
10
c++
herb sutter
programming language
safety
security
vulnerabilities
rules
industry
software

7.7 High

AI Score

Confidence

Low

C++ guru Herb Sutter writes about how we can improve the programming language for better security.

> The immediate problem "is" that it’s Too Easy By Default™ to write security and safety vulnerabilities in C++ that would have been caught by stricter enforcement of known rules for type, bounds, initialization, and lifetime language safety.

His conclusion:

> We need to improve software security and software safety across the industry, especially by improving programming language safety in C and C++, and in C++ a 98% improvement in the four most common problem areas is achievable in the medium term. But if we focus on programming language safety alone, we may find ourselves fighting yesterday’s war and missing larger past and future security dangers that affect software written in any language.

7.7 High

AI Score

Confidence

Low