[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MIT-Scheme-devel] SIGSEGV trap on bad arg to entity ops
From: |
Taylor R Campbell |
Subject: |
Re: [MIT-Scheme-devel] SIGSEGV trap on bad arg to entity ops |
Date: |
Sun, 5 Jul 2015 17:41:58 +0000 |
User-agent: |
IMAIL/1.21; Edwin/3.116; MIT-Scheme/9.1.99 |
Date: Fri, 3 Jul 2015 20:27:21 -0400
From: "Micah Brodsky" <address@hidden>
TLDR: If you feed junk to entity and apply hook procedures, you don't get an
ordinary, debuggable error, you get a hardware trap.
Fixed in
commit 2a447ff94f364fea9fe2169033a1e2c034592c8b
Author: Taylor R Campbell <address@hidden>
Date: Sun Jul 5 17:39:59 2015 +0000
Add error checking to entity and apply hook operations.
Thanks for the report!