fix a problem with thread safety
gzvscanf() was using global static data for a buffer. this patch moves it onto the stack
Please register or sign in to comment
gzvscanf() was using global static data for a buffer. this patch moves it onto the stack