hariram
hariram
Hi, I found a memory leak when calling kubeyaml_load_kubeconfig() kubeyaml_load_kubeconfig creates a yaml parser object before attempting to read the kubeconfig file. If opening the kubeconfig file failed for some...
In the function callInternal(), client->client->dataReceived is dereferenced unconditionally before it is checked for NULL: https://github.com/kubernetes-client/c/blob/master/kubernetes/src/generic.c#L62 ``` char* callInternal(genericClient_t *client, const char *path, list_t *queryParameters, list_t *headerParameters, list_t *formParameters, list_t *headerType,...