office-gobmx/cppu
Herbert Dürr 1ad6f436b5 protect UNO EnvStack's s_setCurrent() against unknown threadid
untracked threadIds have been observed and can result in crashes.
s_getCurrent() already checks them and s_setCurrent() does it now.

(cherry picked from commit bf8e3135ac906ce0ab7d6d9ccbd434f1597f2ff4)

Conflicts:
	cppu/source/uno/EnvStack.cxx

Change-Id: If35237179c1ee3b854e6183294ed72a6d0b105a8
2013-05-09 09:30:45 +01:00
..
qa Avoid warnings about unused test functions 2013-05-07 10:14:01 +02:00
source protect UNO EnvStack's s_setCurrent() against unknown threadid 2013-05-09 09:30:45 +01:00
util
CppunitTest_cppu_qa_any.mk
CppunitTest_cppu_qa_recursion.mk
CppunitTest_cppu_qa_reference.mk
CppunitTest_cppu_qa_unotype.mk
CppunitTest_cppu_test_cppumaker.mk
InternalUnoApi_cppu.mk
Library_affine_uno.mk
Library_cppu.mk
Library_log_uno.mk
Library_purpenvhelper.mk
Library_unsafe_uno.mk
Makefile
Module_cppu.mk
README

Type definitions/implementations for the core of UNO. The exported API is in C.

See also:
[http://wiki.services.openoffice.org/wiki/Uno/Binary/Modules/CPPU]