diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-05-11 22:44:49 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-05-11 22:44:49 -0700 |
commit | e59a74abddaf0b4f9a39432da21c6a98eae46df6 (patch) | |
tree | b21109b5889dcdb9011e5a8559e7fb8e0ba00c4c /subx/apps/assort | |
parent | 6362c51d11ef27335875469e0ff06347357f46b1 (diff) | |
download | mu-e59a74abddaf0b4f9a39432da21c6a98eae46df6.tar.gz |
5156 - error-checking on writes to file
Pretty blunt for now; just abort the entire program on any failure to write. I'm encountering it because I'm somehow treating a stream address as a file descriptor. Maybe mmap is returning addresses below 0x08000000?
Diffstat (limited to 'subx/apps/assort')
-rwxr-xr-x | subx/apps/assort | bin | 21700 -> 21809 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/assort b/subx/apps/assort
index af7b47c2..3fbc3b7e 100755
--- a/subx/apps/assort
+++ b/subx/apps/assort
Binary files differ |