[Bug 930854] Re: gnome-shell in GNOME Shell 2.31.5 places a zero-length directory name in the LD_LIBRARY_PATH

2012-04-15 Thread Jeremy Bicha
Thank you for reporting this bug to Ubuntu. Ubuntu 10.10 reached EOL on April 10, 2012. Please see this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases Please feel free to report any other bugs you may find. https://lists.ubuntu.com/archives/ubuntu-announce/201

[Bug 930854] Re: gnome-shell in GNOME Shell 2.31.5 places a zero-length directory name in the LD_LIBRARY_PATH

2012-02-11 Thread Zubin Mithra
For some reason I'm not able to build the source I get via apt-get source, so I'm attaching the patch instead of the debdiff. Please find attached a file which is to be patched against src/gnome-shell.in Hope this helps, Cheers! ** Patch added: "cve-2010-4000.patch" https://bugs.launchpad.net

[Bug 930854] Re: gnome-shell in GNOME Shell 2.31.5 places a zero-length directory name in the LD_LIBRARY_PATH

2012-02-11 Thread Micah Gersten
Patches welcome -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/930854 Title: gnome-shell in GNOME Shell 2.31.5 places a zero-length directory name in the LD_LIBRARY_PATH To manage notifications ab

[Bug 930854] Re: gnome-shell in GNOME Shell 2.31.5 places a zero-length directory name in the LD_LIBRARY_PATH

2012-02-11 Thread Jeremy Bicha
This will most likely not be fixed for the same reason it wasn't fixed in Fedora 14. https://bugzilla.redhat.com/show_bug.cgi?id=644561 GNOME Shell in Maverick is an unsupported pre-release and the code now is dramatically different than it was in 2010. Ubuntu 10.10 will no longer be supported at

[Bug 930854] Re: gnome-shell in GNOME Shell 2.31.5 places a zero-length directory name in the LD_LIBRARY_PATH

2012-02-11 Thread Zubin Mithra
The patch for the same would be as follows :- LD_LIBRARY_PATH = os.environ.get('LD_LIBRARY_PATH') if LD_LIBRARY_PATH: env['LD_LIBRARY_PATH'] = os.environ.get('LD_LIBRARY_PATH', '') + ':' + mozjs_libdir else: env['LD_LIBRARY_PATH'] = mozjs_libdir ** CVE added: http://www.cve.mitre.org/cgi