BUG OF THE MONTH | MapReduce
Continue reading
Apache
Apache Hive
BUG OF THE MONTH | Null Pointer Exception
Continue reading
Rechecking Apache HTTP Server
Apache HTTP Server project continues to develop, and so does PVS-Studio analyzer, growing even more powerful with every new version. Let’s see what we’ve got this time.
Use dedicated functions to clear private data
The fragment is taken from the Apache HTTP Server project. The error is detected by the following diagnostic: V597 The compiler could delete the ‘memset’ function call, which is used to flush ‘x’ buffer. The RtlSecureZeroMemory() function should be used to erase the private data.