]> git.saurik.com Git - wxWidgets.git/blame - src/gdk_imlib/AUDIT
* wxStream fixes.
[wxWidgets.git] / src / gdk_imlib / AUDIT
CommitLineData
c801d85f
KB
1Audit status of gdk_imlib so far:
2
3cache.c appears clean
4globals.c appears clean
5
6load.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
11misc.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
16rend.c
17 Appears ok
18
19save.c
20 Some stuff has been fixed. The helpers should be safe but
21 are incomplete
22
23utils.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