summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2016-10-05 00:10:23 +0200
committerMarc Mutz <marc.mutz@kdab.com>2016-10-05 06:22:51 +0000
commit483aff406a8cd9bb824cbd39a0a20619fe9b1fa2 (patch)
tree73ee337c18775f23d894b01e08ed93e9f18861f5 /src/corelib/io
parentf2b90b4e825bc0f1d2204add64241724a71af4da (diff)
QColor: Fix use of uninit'ed value in get_hex_rgb()
If len == 0, we didn't write anything to 'tmp', but get_hex_rgb() unconditionally reads tmp[0] (aliased to name[0] in get_hex_rgb()). Fix by terminating the tmp array, thus ensuring that the comparison against '#' in get_hex_rgb() fails. Introduced in a41393d0bc05998a7de2dcf872953b6d24b71e96. Coverity-Id: 171477 Change-Id: I53952aff7035813ed6abc74d402953bc9cfa76f1 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src/corelib/io')
0 files changed, 0 insertions, 0 deletions