PengZheng opened a new pull request, #793: URL: https://github.com/apache/celix/pull/793
Previously, query filtering with a service name or LDAP filter is broken. According to `man strtol`: ``` ERRORS This function does not modify errno on success. EINVAL (not in C99) The given base contains an unsupported value. ERANGE The resulting value was out of range. The implementation may also set errno to EINVAL in case no conversion was performed (no digits seen, and 0 returned). ``` Clearly, glibc does NOT set errno to EINVAL in case no conversion was performed, as illustrated by new test case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org