diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-14 17:28:24 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-14 17:28:24 +0200 |
commit | abd68bd5e0a4dd2c6b417b8fbfbbbeeccb69f00f (patch) | |
tree | 17dc4a7a7afcd768ac079bedec5d42b578043519 | |
parent | d8728d7219ceb91d9bddda4064d91f83558b44b7 (diff) | |
download | xine-lib-abd68bd5e0a4dd2c6b417b8fbfbbbeeccb69f00f.tar.gz xine-lib-abd68bd5e0a4dd2c6b417b8fbfbbbeeccb69f00f.tar.bz2 |
Add use of xine_xcalloc to the TODO list.
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ For 1.3 series For 1.2 series ============== +- Security-Related: start using xine_xcalloc rather than xine_xmalloc when + the number of elements is not a build-time constant. - mimetype-based demuxer selection, solves the effects of shoutcast's bug; - Doxygen API documentation for both internal and public functions; - removal of (deprecated) software deinterlacers from video output plugins; |