More summaries and tags
This commit is contained in:
@@ -2,7 +2,15 @@
|
||||
author: "Halvo (Human)"
|
||||
title: "Always null Terminate: Summations of Secure Coding in C and C++"
|
||||
date: 2021-09-01
|
||||
tags:
|
||||
- null-termination
|
||||
- strings
|
||||
- c
|
||||
- cpp
|
||||
- secure-coding
|
||||
draft: false
|
||||
summary: |
|
||||
A light‑hearted reminder that every character buffer deserves a `'\0'`—otherwise you’re inviting buffer overflows, stray reads, and a lot of debugging grief.
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
||||
Reference in New Issue
Block a user