yugabyte / tpcc

Repo to run TPCC benchmarks against YugabyteDB
Other
24 stars 21 forks source link

Ensure that SSL cert and keys are initialized with an empty string. #68

Closed psudheer21 closed 3 years ago

psudheer21 commented 3 years ago

Summary: The check for the presence of the SSL keys and certs is done by checking the length of the string. But the variables were not initialized with empty strings. This caused Null Pointed exceptions. This change fixes the same.

Reviewers: Rob, Mihnea