Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
A
accidental file creation case 133
AddressSanitizer (ASan) 231, 232
out-of-bounds access 234
out-of-bounds access on heap 234-236
out-of-bounds access on stack 236
out-of-bounds access to global variables 238
reports, symbolizing 233, 234
use-after-free vulnerabilities, addressing 238
advanced type techniques 130
common pitfalls, avoiding 132-135
custom type traits, creating 131
templates 130
type aliases, for readability and maintainability 131
anti-patterns 89-97
data chunking case study 97
API gateway 294
Application Binary Interface (ABI) 184
application programming interfaces (APIs) 177
Artistic Style (Astyle) 192
reference link 192
automatic test coverage tracking tools 296
code coverage recommendations 299
coverage reports...