commit: 5dc1627f2893e2bb4082cce6180983d32b1c7378
parent 55e265d26aeb003458b17b8c8a0c7c629699d1d4
Author: Drew DeVault <sir@cmpwn.com>
Date: Sun, 27 Sep 2020 13:25:20 -0400
Remove frontmatter from A-story-of-two-libcs.gmi
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/content/blog/A-story-of-two-libcs.gmi b/content/blog/A-story-of-two-libcs.gmi
@@ -1,8 +1,3 @@
----
-title: A tale of two libcs
-date: 2020-09-25
----
-
I received a bug report from Debian today, who had fed some garbage into scdoc[0], and it gave them a SIGSEGV back. Diving into this problem gave me a good opportunity to draw a comparison between musl libc and glibc. Let's start with the stack trace:
```