]>
Commit | Line | Data |
---|---|---|
c801d85f KB |
1 | Audit status of gdk_imlib so far: |
2 | ||
3 | cache.c appears clean | |
4 | globals.c appears clean | |
5 | ||
6 | load.c: | |
7 | JPEG, PNG, GIF and TIFF loaders seem safe but the underlying | |
8 | yet libraries have not been checked | |
9 | Helper stuff should now be safe. | |
10 | ||
11 | misc.c | |
12 | The obvious screwups have been remedied with the usual | |
13 | length checking sscanfs and snprintfs. | |
14 | Rewrote a little of the parsing code to avoid future problems. | |
15 | ||
16 | rend.c | |
17 | Appears ok | |
18 | ||
19 | save.c | |
20 | Some stuff has been fixed. The helpers should be safe but | |
21 | are incomplete | |
22 | ||
23 | utils.c | |
24 | Ok this seems clean now. There's a few FIXME's but they are | |
25 | either new features (helper needs %Q) or bogus but non fatal | |
26 | stuff |