diff options
author | Craig Scott <craig.scott@csiro.au> | 2011-05-11 06:51:28 (GMT) |
---|---|---|
committer | Martin Petersson <martin.petersson@nokia.com> | 2011-05-11 13:03:41 (GMT) |
commit | 004ad12669ef696eeba70fd57d1eb0c67c806d1d (patch) | |
tree | 6e3f95cbf6869ebb48c24e0174dd2ac901f2860c /src/corelib/thread/qthread.cpp | |
parent | 0c9cb9a34d6b472cb53bf1af4616af55b593b616 (diff) | |
download | Qt-004ad12669ef696eeba70fd57d1eb0c67c806d1d.zip Qt-004ad12669ef696eeba70fd57d1eb0c67c806d1d.tar.gz Qt-004ad12669ef696eeba70fd57d1eb0c67c806d1d.tar.bz2 |
Fix incorrect hardware address on systems without getifaddrs()
On unix systems for which QT_NO_GETIFADDRS is defined, the way that the
hardware address field is extracted from the result of a call to
qt_safe_ioctl() is incorrect. The address of the ifreq.ifr_addr struct
is taken rather than the appropriate member within that struct, sa_data,
resulting in a memory offset and subsequently the hardware address has
garbage in the first two of six fields. This commit modifies the code
to pass the sa_data member instead of the address of the struct as a
whole.
Task-number: QTBUG-19165
Merge-request: 2614
Reviewed-by: Martin Petersson
Diffstat (limited to 'src/corelib/thread/qthread.cpp')
0 files changed, 0 insertions, 0 deletions