office-gobmx/sal
Caolán McNamara d754330e05 ofz#3789 Integer-overflow
with input 69e9223372036854775807

Change-Id: Iaf5a85170d144be2db5604340d784a8982754e08
Reviewed-on: https://gerrit.libreoffice.org/43815
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 21:34:18 +02:00
..
android
cppunittester loplugin:includeform: sal 2017-10-23 22:45:58 +02:00
inc
osl Also check whether negative uOffset exceeds std::numeric_limits<off_t>::min() 2017-10-25 17:15:37 +02:00
qa Make testUtf8StringLiterals work when char is unsigned 2017-10-24 14:56:30 +02:00
rtl ofz#3789 Integer-overflow 2017-10-25 21:34:18 +02:00
test
textenc loplugin:includeform: sal 2017-10-23 22:45:58 +02:00
util
CppunitTest_Module_DLL.mk
CppunitTest_sal_osl.mk
CppunitTest_sal_osl_security.mk
CppunitTest_sal_rtl.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk
Library_sal_textenc.mk
Makefile
Module_sal.mk
README

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).