HomePhabricator

- Fixed address separator character
Audit Requiredf5dc350584bb

Referenced Files
None
Subscribers
None

Description

  • Fixed address separator character
  • Fixed Bluetooth port lexical cast. Casting "1" to uint8_t casts to a char '1' which is value 47 and invalid. Now we cast to Size then static cast to uint8_t
  • Fixed crash in GetHostByName() when getaddrinfo fails (method did not return)

Details

Auditors
Timotheos
Provenance
0xseantaskerAuthored on
0xseantaskerPushed on Nov 7 2017, 12:21 PM
Parents
rEEe962ca204a65: Initial Bluetooth support
Branches
Unknown
Tags
Unknown