More summaries and tags
This commit is contained in:
@@ -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 light‑hearted rant about why a plain‑old `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
|
||||
|
||||
Reference in New Issue
Block a user