[MPlayer-users] several UMR (uninitilialized memory read) operations
Nilmoni Deb
ndeb at ece.cmu.edu
Thu May 9 04:18:08 CEST 2002
I compiled current cvs on sunos 5.7 and ran mplayer compiled with purify
(used for detecting memory mismanagement) and discovered these UMR
(uninitilialized memory read) operations ->
mplayer.c line 1719 : lastframeout_ts is not initialized at this point.
mplayer.c line 2862 : vo_osd_text is being read by strcmp. However,
vo_osd_text was initialized from osd_text_buffer which was not initialized
at that point.
aosun.c lines 513 and 516 : There are UMRs here but why is beyond
me. Perhaps someone else will find out the exact cause.
thanks
- Nil
More information about the MPlayer-users
mailing list