Go to file
Erik Verbruggen 028727c20c ASAN: Disable SSE4.1 code in qstricmp because of heap-buffer-overflow
Although it is safe to slightly overread a string (provided it doesn't
cross page boundaries), ASAN is extremely picky about this kind of
behavior. So, do not run with this vectorized code when ASAN is
enabled.

Task-number: QTBUG-70269
Change-Id: I2b59b524d608afec8985227285feab55158d7247
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2018-09-05 13:14:47 +00:00
bin syncqt: make it possible to declare particular headers being private 2018-06-25 09:48:37 +00:00
config.tests SIMD: Remove unused (and unlikely to be ever used) AVX-512 profiles 2018-06-25 18:49:33 +00:00
dist Merge remote-tracking branch 'origin/5.11.1' into 5.11 2018-06-19 13:12:48 +02:00
doc Merge remote-tracking branch 'origin/5.11' into dev 2018-08-17 09:08:06 +02:00
examples Tablet example: paint only the changed areas of the canvas 2018-08-30 04:12:01 +00:00
lib
mkspecs Allow passing custom arguments to qmlplugindump 2018-09-03 09:21:03 +00:00
qmake qmake: rework .prl filename construction 2018-08-30 05:30:17 +00:00
src ASAN: Disable SSE4.1 code in qstricmp because of heap-buffer-overflow 2018-09-05 13:14:47 +00:00
tests QStringList: add contains(QStringView) overload 2018-09-03 08:55:52 +00:00
util WebAssembly for QtBase 2018-08-30 06:48:33 +00:00
.gitattributes
.gitignore
.qmake.conf Bump version 2018-08-02 15:14:17 +00:00
.tag
config_help.txt
configure
configure.bat
configure.json Fix precompiled header detection for clang-cl 2018-09-03 21:10:00 +00:00
configure.pri Android: Default to android-21 NDK for arm64-v8a 2018-09-03 08:42:50 +00:00
header.BSD
header.COMM
header.FDL
header.GPL
header.GPL-EXCEPT
header.LGPL
header.LGPL3
header.LGPL3-COMM
header.LGPL-NOGPL2
header.LGPL-ONLY
header.MIT qsimd: add support for new x86 CPU features 2018-05-05 06:20:07 +00:00
INSTALL
LICENSE.FDL
LICENSE.GPL2
LICENSE.GPL3
LICENSE.GPL3-EXCEPT
LICENSE.LGPL3
LICENSE.LGPLv3
LICENSE.QT-LICENSE-AGREEMENT-4.0 Replace commercial preview license with Qt License Agreement 4.0 2018-06-21 11:39:15 +00:00
qtbase.pro
sync.profile