summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.h
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-06-21 18:35:22 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-06-21 22:56:50 +0200
commit6f84829031f318bfda1deff5f409b5ea6c6a5c5f (patch)
tree6c5ff44777e79efca4848e0671ab96e68132c19f /src/corelib/tools/qstring.h
parent322ac729450351c4f1faf5a96a564f16bfbc6547 (diff)
QSimpleTextCodec: fix load memory order of atomic pointer
The pointer value is not the only data we're interested in, but instead points to indirect data, so we need a release fence on store (present) and a corresponding acquire fence on load (was missing). Change-Id: I51f8251c0c7f4056192880430f2be5e0836dbed6 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/tools/qstring.h')
0 files changed, 0 insertions, 0 deletions