logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault
commit: d0584755a27416b331a30a3cd1784bc6fdd0d9f8
parent e06b44776b0d9c81788985ab40072f779da7edad
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri, 25 Sep 2020 20:44:28 -0400

s/SIGSEV/SIGSEGV/

Diffstat:

Mcontent/blog/2020-09-25-A-story-of-two-libcs.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2020-09-25-A-story-of-two-libcs.md b/content/blog/2020-09-25-A-story-of-two-libcs.md @@ -4,7 +4,7 @@ date: 2020-09-25 --- I received a bug report from Debian today, who had fed some garbage into -[scdoc](https://git.sr.ht/~sircmpwn/scdoc), and it gave them a SIGSEV back. +[scdoc](https://git.sr.ht/~sircmpwn/scdoc), 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: