about summary refs log tree commit diff stats
path: root/subx/apps/handle
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-23 23:51:06 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-24 00:18:21 -0700
commitf04fdc8e57e805466d4260b4dfdc1e0b185cf422 (patch)
tree46a7e8f726af5653ef745dbf1da1b3f4c2944fb8 /subx/apps/handle
parent43e6c3787d79bb965b98641a4e44be771dee4cc2 (diff)
downloadmu-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/handle')
-rwxr-xr-xsubx/apps/handlebin24509 -> 24558 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/handle b/subx/apps/handle
index f098c715..b6794474 100755
--- a/subx/apps/handle
+++ b/subx/apps/handle
Binary files differ