summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2016-08-26 10:03:05 +0200
committerMarc Mutz <marc.mutz@kdab.com>2016-09-03 05:07:54 +0000
commit312d08b290d079f5d72d9afc14a47606ebdde240 (patch)
tree99d43cd8dab5a9d3662175a632b45b15e5d4d68a /configure
parent816a6238761810c28a991a959ea61a834de2a2a5 (diff)
qstrncpy: don't call strncpy_s with invalid parameters
According to https://msdn.microsoft.com/en-us/library/5dae5d43.aspx, strncpy_s' second argument must not be 0: > If strDest or strSource is NULL, *or numberOfElements is 0*, the > invalid parameter handler is invoked. Move the existing check for len > 0 up to protect the strncpy_s call, too. Change-Id: I70d339ea60d4b76f3038b2e4e4756f6590a9bd31 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions