Hi,
Here are a couple of fixes for the issues discovered.
Patches 01 and 02 clean up whitespace and pointer usage, while patch03
adds a unique value for CONNMAN_IPCONFIG_TYPE_ALL. Previously it shared
a value of zero with CONNMAN_IPCONFIG_TYPE_UNKNOWN, causing headaches
for compilers and semantic usage.
Patches 04 and 05 try to properly set the length of the uint64_t buffer,
but I'm not sure what a powerpc thinks of that code.
Cheers,
Patrik
Patrik Flykt (5):
service: Whitespace fixes
service: Clean up pointer usage
ipconfig: Define unique value for CONNMAN_IPCONFIG_TYPE_ALL
gdhcp: Properly specify length of uint64_t
util: Properly specify length of uint64_t
gdhcp/common.c | 2 +-
include/ipconfig.h | 2 +-
src/ipconfig.c | 3 +++
src/service.c | 27 ++++++++++++++++++---------
src/util.c | 2 +-
src/wispr.c | 2 ++
6 files changed, 26 insertions(+), 12 deletions(-)
--
2.1.3
_______________________________________________
connman mailing list
[email protected]
https://lists.connman.net/mailman/listinfo/connman