More summaries and tags

This commit is contained in:
2026-01-16 11:12:03 -05:00
parent 1191fd0af0
commit 0ea515752c
17 changed files with 154 additions and 8 deletions

View File

@@ -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 lighthearted reminder that every character buffer deserves a `'\0'`—otherwise youre inviting buffer overflows, stray reads, and a lot of debugging grief.
---
## Introduction