** Package changed: vlc (Debian) => iceweasel (Debian)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/810214
Title:
Firefox crashes using mozilla-plugin-vlc inside liblua
To manage notifications abo
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: eglibc (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/810214
Title:
Fire
** Changed in: vlc (Debian)
Status: Incomplete => New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/810214
Title:
Firefox crashes using mozilla-plugin-vlc inside liblua
To manage notificatio
So I reproduced the bug (on Debian/Iceweasel anyway) and stepped through
the Lua code. I cannot see anything wrong: Lua calls fopen(filename,
"r") which returns a valid FILE pointer, then it calls getc(fp) and then
freopen(filename, "rb", fp). freopen() crashes while trying to close the
fp. This cr