diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-23 23:51:06 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-24 00:18:21 -0700 |
commit | f04fdc8e57e805466d4260b4dfdc1e0b185cf422 (patch) | |
tree | 46a7e8f726af5653ef745dbf1da1b3f4c2944fb8 /subx/apps/factorial | |
parent | 43e6c3787d79bb965b98641a4e44be771dee4cc2 (diff) | |
download | mu-f04fdc8e57e805466d4260b4dfdc1e0b185cf422.tar.gz |
5460
A little more resizing of buffers. apps/hex.subx is now building an identical binary. I'm now aborting on allocation failures. That requires disabling a couple of tests. (I'm not quite confident enough of this decision to delete them outright.) I want to treat all segfaults as bugs, and machine code is no place to add boilerplate checks for return values of standard library functions.
Diffstat (limited to 'subx/apps/factorial')
-rwxr-xr-x | subx/apps/factorial | bin | 23650 -> 23704 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/factorial b/subx/apps/factorial
index c015a3c9..b82be120 100755
--- a/subx/apps/factorial
+++ b/subx/apps/factorial
Binary files differ |