-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathTODO
More file actions
28 lines (21 loc) · 719 Bytes
/
TODO
File metadata and controls
28 lines (21 loc) · 719 Bytes
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
* Missing functions:
+ stdio:
- fscanf
- fgetws, fgetwc, ungetwc
- pipe
- pread/pread64
- gets/__gets_chk (insecure!)
+ zlib functions (eg. libpng)
+ divert crc checks or recompute checksums (yeah)
* Detect crashes in the program's stdout/stderr (eg. mplayer) instead of
just checking the return value
* Marker support (eg. \r\n\r\n in HTTP responses)
* ASCII support (more or less done), UTF-8 support
* Finish the Win32 port:
+ pipe inheritance
+ signal handling
+ exported functions
+ memory limits
* /etc/zzufrc and ~/.zzufrc files
+ global settings, overridden by the command line
+ ship rules such as -E '^/usr/' by default