office-gobmx/sal
Stephan Bergmann bbcf26337c Avoid uninitialized temp_file_handle
...in case osl_create_temp_file_impl_ doesn't assign to it, for whatever
osl_error reason, which then apparently leads to
<https://crashreport.libreoffice.org/stats/crash_details/e47a9fbb-a6f1-4020-ade8-ab51549b727a>
SIGSEGV at (relative to libreoffice-7-1)

> 0  libuno_sal.so.3  osl_closeFile                               sal/osl/unx/file.cxx:1154
> 1  libuno_sal.so.3  osl_createTempFile                          sal/osl/unx/tempfile.cxx:330
> 2  libmergedlo.so   PackedFile::flush                           include/osl/file.hxx:310
> 3  libmergedlo.so   comphelper::BackupFileHelper::tryPush_file  comphelper/source/misc/backupfilehelper.cxx:2090
[...]

Change-Id: I2e81bbeab7daaaa3c19de4accce8a76ad24faa47
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135111
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-05-30 12:48:28 +02:00
..
android
cppunittester clang-tidy modernize-pass-by-value in sal 2022-05-17 17:36:16 +02:00
inc osl signalshared : use std::mutex instead of oslMutex. 2022-04-10 12:08:22 +02:00
osl Avoid uninitialized temp_file_handle 2022-05-30 12:48:28 +02:00
qa Extend loplugin:redundantcast to trivial reinterpret_cast from T to itself 2022-05-18 10:52:59 +02:00
rtl clang-tidy modernize-pass-by-value in sal 2022-05-17 17:36:16 +02:00
test
textenc Unify condition names and fix "else" paths 2022-01-08 12:26:30 +01:00
util
CompilerTest_sal_rtl_oustring.mk
CppunitTest_Module_DLL.mk
CppunitTest_sal_comtools.mk
CppunitTest_sal_osl.mk gbuild: introduce gb_%_linktarget_target 2021-12-31 17:58:18 +01:00
CppunitTest_sal_osl_security.mk
CppunitTest_sal_retry_if_failed.mk
CppunitTest_sal_rtl.mk A string_view is not necessarily NUL-terminated 2022-03-31 18:52:48 +02:00
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk Use Dragonbox to implement doubleTo*String* 2022-02-17 21:46:58 +01:00
Library_sal_textenc.mk gbuild: introduce plugin + loader concepts 2021-12-01 18:37:23 +01:00
Makefile
Module_sal.mk Unify condition names and fix "else" paths 2022-01-08 12:26:30 +01:00
README.md

System Abstraction Layer (SAL)

System abstraction layer; rtl, osl and sal

rtl: Platform independent strings

osl: platform specific stuff, threads, dynamic loading, process, ipc, etc

Exports only C API and some inline-methods (only C++ API).