OSDN Git Service

obexd/MAP: Fix parsing message handles as decimal numbers
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 9 Oct 2013 11:11:41 +0000 (14:11 +0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 9 Oct 2013 15:37:44 +0000 (17:37 +0200)
commita01efa88a75768b0299334fd619d9733ffaa3b1d
tree9f43718f9f5fcbe5a0224f3c5533dfda8272d0ca
parentfd02ee7b32b32523d3eb6ba3ac98a0bdb2b8bef1
obexd/MAP: Fix parsing message handles as decimal numbers

The spec clearly states the handles are hexadecimal:

MAP 1.2 - Page 29

  ""handle" is the message handle in hexadecimal representation with up
  to 16 digits; leading zero digits may be used so the MCE shall accept
  both handles with and without leading zeros (e.g.,"00000012345678AB"
  or "12345678AB")."
obexd/client/map.c
obexd/client/mns.c