Do not attempt to open references through absolute pathes.
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 20 Feb 2010 22:48:09 +0000 (22:48 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 20 Feb 2010 22:48:09 +0000 (22:48 +0000)
commit6a2459059e469fdb835ff4abcbc3bae9781116b3
tree3084b8abdbf018b27c39ceda7c7fed3a3d45f7a4
parente4a35244fac4171a3d3c60a5bac465b98fe0444b
Do not attempt to open references through absolute pathes.
This would allow an attacker to test remotely if a local file exists.

Originally committed as revision 21925 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/mov.c