Bug 85475 - Fix buffer overflow in multimedia/mplayer
Summary: Fix buffer overflow in multimedia/mplayer
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Volker Stolz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-30 13:00 UTC by Thomas E. Zander
Modified: 2005-08-31 12:35 UTC (History)
0 users

See Also:


Attachments
file.diff (1.05 KB, patch)
2005-08-30 13:00 UTC, Thomas E. Zander
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas E. Zander 2005-08-30 13:00:42 UTC
Mplayer seems vulnerable when playing uncompressed pcm streams.
The development team released a new tarball containing a fix for
libmpcodecs/ad_pcm.c addressing this issue.

Fix: Patch to multimedia/mplayer
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-08-31 12:33:27 UTC
State Changed
From-To: open->closed

Committed, thanks! 
Note: on 4.11 I get the error below, but I got that with the previous version, too. 

cc -c  -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -pipe -g  -fno-force-addr -D_THREAD_SAFE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include  -o imdct.o imdct.c 
In file included from imdct.c:761: 
imdct_3dnow.h: In function `fft_asmb_3dnow': 
imdct_3dnow.h:241: Invalid `asm' statement: 
imdct_3dnow.h:241: fixed or forbidden register 6 (bp) was spilled for class GENERAL_REGS. 


Comment 2 Volker Stolz freebsd_committer freebsd_triage 2005-08-31 12:33:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

Track fallout