Files
loongoffice/external
Stephan Bergmann 67466a1975 Fix Python 3.5 sizeof(PyGC_Head) for UBSan
...by again using 'long double' instead of 'double' to "force worst-case
alignment," just like Python 3.3 used to do.  This fixes -fsanitize=alignment
failures like

> workdir/UnpackedTarball/python3/Modules/_ctypes/_ctypes.c:2923:10: runtime error: member access within misaligned address 0x6110007af498 for type 'CDataObject' (aka 'struct tagCDataObject'), which requires 16 byte alignment
> 0x6110007af498: note: pointer points here
>  ff ff ff ff  01 00 00 00 00 00 00 00  98 98 17 00 90 61 00 00  00 00 00 00 00 00 00 00  00 00 00 00
>               ^
>  GenericPyCData_new workdir/UnpackedTarball/python3/Modules/_ctypes/_ctypes.c:2923:10
>  PyCFuncPtr_new workdir/UnpackedTarball/python3/Modules/_ctypes/_ctypes.c:3385:29
>  type_call workdir/UnpackedTarball/python3/Objects/typeobject.c:908:11
>  [...]

during PythonTest_dbaccess_python.

Change-Id: I8cc65823e1bc65807ec30c97a9099462e55c996d
2015-10-27 10:12:47 +01:00
..
2015-07-28 21:15:53 +00:00
2015-07-03 10:21:37 +02:00
2015-10-21 10:45:56 +02:00
2015-09-17 20:02:12 +02:00
2015-09-17 20:02:12 +02:00
2015-09-17 20:02:12 +02:00
2015-09-03 18:54:13 +00:00
2015-09-17 20:02:12 +02:00
2015-09-17 20:02:12 +02:00
2015-09-17 20:02:12 +02:00
2015-09-17 20:02:12 +02:00
2015-09-17 20:02:12 +02:00
2015-10-06 14:01:29 +00:00
2015-09-04 04:57:50 +00:00
2015-06-29 16:20:22 +03:00
2015-09-02 14:08:51 +00:00
2015-09-02 16:06:32 +00:00
2015-10-25 08:29:39 +00:00
2015-09-02 21:52:19 +00:00

External projects bundled with LibreOffice.