@@ -91,6 +91,10 @@ local gzFile gz_open(path, fd, mode)
{
gz_statepstate;
/* check input */
if(path==NULL)
returnNULL;
/* allocate gzFile structure to return */
state=malloc(sizeof(gz_state));
if(state==NULL)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.