[licq-im/licq] 5fb893: Clear the whole struct, not just the first sizeof(...
[email protected] Thu, 8 Dec 2011 00:15:18 -0800
| Newsgroups | gmane.network.licq.cvs |
|---|---|
| Message-ID | <[email protected]> |
Branch: refs/heads/master
Home: https://github.com/licq-im/licq
Commit: 5fb893d2ba6111a9cd377cd9da201b8bf0b46de4
https://github.com/licq-im/licq/commit/5fb893d2ba6111a9cd377cd9da201b8bf0b46de4
Author: Erik Johansson <[email protected]>
Date: 2011-12-07 (Wed, 07 Dec 2011)
Changed paths:
M licq/src/md5.cpp
Log Message:
-----------
Clear the whole struct, not just the first sizeof(ptr) bytes
Commit: bf0c450c1b16bd0e398a593bde2345dfa1d5254b
https://github.com/licq-im/licq/commit/bf0c450c1b16bd0e398a593bde2345dfa1d5254b
Author: Erik Johansson <[email protected]>
Date: 2011-12-07 (Wed, 07 Dec 2011)
Changed paths:
M licq/src/icq/icq-tcp.cpp
M licq/src/icq/threads.cpp
Log Message:
-----------
Fix format specifier (%hu -> %d)
Clang warned that the specifier was incorrect.
Commit: 9bcf5441450878769be28b69f35e9b3aa6eb6c58
https://github.com/licq-im/licq/commit/9bcf5441450878769be28b69f35e9b3aa6eb6c58
Author: Erik Johansson <[email protected]>
Date: 2011-12-07 (Wed, 07 Dec 2011)
Changed paths:
M licq/src/logging/tests/logtest.cpp
Log Message:
-----------
Fix build error with clang
Commit: dd841bf2bbf1511c4b6dc64f16ea8cb4b01f183a
https://github.com/licq-im/licq/commit/dd841bf2bbf1511c4b6dc64f16ea8cb4b01f183a
Author: Erik Johansson <[email protected]>
Date: 2011-12-08 (Thu, 08 Dec 2011)
Changed paths:
M licq/include/licq/buffer.h
M licq/src/buffer.cpp
M licq/src/icq/defines.h
M licq/src/icq/icq-srv.cpp
M licq/src/icq/icq-tcp.cpp
M licq/src/icq/icq.h
M licq/src/icq/packet.cpp
M licq/src/icq/packet.h
M licq/src/icq/userclients.cpp
Log Message:
-----------
Fix ill-formed C++11 conversion
Change char to uint8_t to fix the following warning from g++: "narrowing
conversion of 'X' from 'int' to 'const char' inside { } is ill-formed in
C++11", where X is a number > 127.
Compare: https://github.com/licq-im/licq/compare/d5046b3...dd841bf