Skip to content

Commit

Permalink
Attempt to Fix Coverity Issues from DOCGroup#840
Browse files Browse the repository at this point in the history
DOCGroup#840

Because the main set of issues in `coerce_value` was caused by applying
the existing pattern, the issues caused by the existing code should also
be fixed.
  • Loading branch information
iguessthislldo committed Jul 9, 2021
1 parent 1655769 commit 860746a
Show file tree
Hide file tree
Showing 4 changed files with 392 additions and 512 deletions.
2 changes: 2 additions & 0 deletions ACE/ace/Basic_Types.h
Original file line number Diff line number Diff line change
Expand Up @@ -686,8 +686,10 @@ ACE_END_VERSIONED_NAMESPACE_DECL
// These use ANSI/IEEE format.
#define ACE_FLT_MAX 3.402823466e+38F
#define ACE_FLT_MIN 1.175494351e-38F
#define ACE_FLT_LOWEST -(ACE_FLT_MAX)
#define ACE_DBL_MAX 1.7976931348623158e+308
#define ACE_DBL_MIN 2.2250738585072014e-308
#define ACE_DBL_LOWEST -(ACE_DBL_MAX)

# include /**/ "ace/post.h"
#endif /* ACE_BASIC_TYPES_H */
Loading

0 comments on commit 860746a

Please sign in to comment.