Ryan
Ryan
Also, the below codes could be improved to release the lock before program exit for better resource management ``` static CURL* get_connection(const char* path) { pthread_mutex_lock(&pool_mut); CURL* curl = curl_pool_count...
I just noticed that some places missing handling of pthread_mutex_lock while some places do (simply exit), which are not consistent. Why some places do not handle it or just miss...
Also, it seems the lock(Line 154) would be released by the thread(Line 117), is my understanding correct? If so, I think the attribute of mutex should be set to [pthread_mutexattr_setpshared](https://linux.die.net/man/3/pthread_mutexattr_setpshared)...
Hi, Thank you. Does it miss the file, `FuzzedDataProvider.h`? ``` ../fuzz/net_fuzzer.cc:29:10: fatal error: 'fuzzer/FuzzedDataProvider.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. [216/217] Building CXX object CMakeFiles/net_fuzzer.dir/net_fuzzer.pb.cc.o ninja: build stopped:...
Hi, developers @sjaeckel @fperrad @karel-m Any comments would be highly appreciated. Thank you. Best Regards,
@sjaeckel Thanks~
Hi, developers @arnd @alexander-zimmermann Any comments would be highly appreciated. Thank you. Best Regards,
Hi, developers @smbolton @trebmuh Any comments would be highly appreciated. Thank you. Best Regards,
@trebmuh Happy Christmas to you!
HI, any reply would be highly appreciated! @Neopallium