ErjanAltena opened a new issue #358:
URL: https://github.com/apache/celix/issues/358
When one admin has the admin type "file" and another "file_v2" and file_v2
is requested though the properties both
file and file_v2 matches with 100% score due to the |
strncmp(requested. admin_type, strlen(admin_type))
comparison.
The strlen of the requested admin the admin-type shall also be used in the
comparison. Possible strnlen with a maxlen of 256 or so can be used to prevent
issues with non terminating strings.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]