[tor-commits] [tor-browser/tor-browser-24.5.0esr-1] fixup! fix #9308 and #11433: don't leak user install path of TBB

2014-04-25 Thread mikeperry
commit e3a8d5fdd5dad12a0bcb6d2290553914457dd91e Author: Mike Perry Date: Fri Apr 25 21:23:44 2014 +0200 fixup! fix #9308 and #11433: don't leak user install path of TBB Turns out case matters in C++. Who knew? --- js/xpconnect/src/XPCException.cpp |2 +- 1 file changed, 1 inse

[tor-commits] [tor-browser/tor-browser-24.5.0esr-1] fixup! fix #9308 and #11433: don't leak user install path of TBB

2014-04-25 Thread mikeperry
commit 0806951f373ae1b0223229605ca6cca62f7464bd Author: Mike Perry Date: Fri Apr 25 14:46:39 2014 +0200 fixup! fix #9308 and #11433: don't leak user install path of TBB Fix a memory leak, and add a couple length checks for extra safety. The length checks appear to be redun