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,16 @@
author: "Halvo (Human)"
title: "Concurrency: Summations of Secure Coding in C and C++"
date: 2023-01-27
tags:
- concurrency
- mutex
- threading
- c
- cpp
- secure-coding
draft: false
summary: |
A lighthearted rant about why a plainold `mutex` is the hero of secure C/C++ concurrency, why `goto` is still secretly useful, and how to keep your locks short and your bugs shorter.
---
## Introduction