File: TODO

package info (click to toggle)
snowdrop 0.02b-17
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312 kB
  • sloc: ansic: 2,251; makefile: 288
file content (35 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (9)
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
1) Rework resync algorithm

2) Add multiword synonyms to eng module

3) Fix / rework C module

4) Add covert channels in C code:

- ; after }
  1 bit

  get orig:

  If notcomment nottext
    If current is } and next isn't ;, set a flag foo1

  get water:

  If current is } and foo1, and next is ;, append ; to cur

- ! versus == 0
  1 bit

- (sth) versus != 0
  1 bit
  
- adding / removing inlines, static
  1 bit

- adding signed to char, float, int, long w/o unsigned
  1 bit

- while -> for
  1 bit