Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wsutil: Downgrade severity of ws_returh.h macros
Downgrade the severity of this issue. Even though it is critical in the sense that it is a (recoverable) programming error, by breaking the contract for the function arguments, for practical purposes we don't want to constantly trip our fuzzers with this issue (running with a fatal critical level) so downgrade the ws_return.h severity to "info". At the same time use a dedicated log domain to the debugging purpose can be fulfilled by setting the "InvalidArg" domain as fatal. Remove the duplicated function name from the output while at it.
- Loading branch information