diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-25 17:14:26 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-25 17:14:26 +0000 |
commit | 954520f6aaeca78a89c85d0444b4080356567a3c (patch) | |
tree | a74b6d14524ad29bdc31029b1572afddd3cc18e5 | |
parent | d018186ed5a7049e99a81ea24851182acd10518e (diff) | |
download | xine-lib-954520f6aaeca78a89c85d0444b4080356567a3c.tar.gz xine-lib-954520f6aaeca78a89c85d0444b4080356567a3c.tar.bz2 |
more work to do
CVS patchset: 5597
CVS date: 2003/10/25 17:14:26
-rw-r--r-- | TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -28,7 +28,7 @@ frontends This is the time of "hard" feature freeze: Only bug fixes are permitted. (xine-ui should stabilize here, as well, maybe an 0.99.x or - 1-alpha/beta/rc series to demonstarte this to end users) + 1-alpha/beta/rc series to demonstrate this to end users) 1-rc6 Most compile warnings are fixed. Hopefully the translators have finished their job as well. xine engine structures have been @@ -60,6 +60,9 @@ required for 1.0 - review code for stack overflows (no big review, just grep for the most common mistakes like sprintf, sscanf) +- review code for malloc()s that don't check their return type + (replace with xine_xmalloc() and make it abort() on failure, + if graceful failure handling is not possible) optional -------- |