This repository has been archived by the owner on Jun 27, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
comms:http:server: Handle strtod errors properly
When strtod returns an FP_SUBNORMAL the variable errno is set. To check for errors properly it's necessary to check errno and if the returned value is zero. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
- Loading branch information