From e59a74abddaf0b4f9a39432da21c6a98eae46df6 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 11 May 2019 22:44:49 -0700 Subject: 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? --- subx/apps/pack | Bin 36460 -> 36569 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'subx/apps/pack') diff --git a/subx/apps/pack b/subx/apps/pack index 30bacf4d..a4a20626 100755 Binary files a/subx/apps/pack and b/subx/apps/pack differ -- cgit 1.4.1-2-gfad0 fd969501cfff00b300e1aa02fdcbcd5'/> My solutions for Exercism exercisesAndinus <andinus@nand.sh>
summary refs log tree commit diff stats
path: root/emacs-lisp/anagram/anagram-test.el
blob: 1fa4a94e1d1edd9aeeb9490eb329e783e3a30cf3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54