Gowrima commented on PR #2209: URL: https://github.com/apache/zookeeper/pull/2209#issuecomment-2495363364
@kezhuw I think the input cert string has to be validated before being stored in cert_t. Nonetheless, memory allocated by strdup() in cert.ca has to be freed (after the validation check, it should be safe to assume that the first token's address points to the address returned by strdup()). -- 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: notifications-unsubscr...@zookeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org