RetroShare/libbitdht/src/util
Phenom ff1908eda6 Fix Clang Static Analyser: Undefined allocation of 0 bytes
Unix API: Undefined allocation of 0 bytes (CERT MEM04-C; CWE-131): Call
to 'malloc' has an allocation size of 0 bytes
 1: Loop body executed 0 times in /home/phenom/GIT/RetroShare/trunk/
libbitdht/src/util/bdbloom.cc:223
 2: Calling 'bloomFilter::getFilter' in /home/phenom/GIT/RetroShare/
trunk/libbitdht/src/util/bdbloom.cc:240
 3: 'bytes' initialized to 0 in /home/phenom/GIT/RetroShare/trunk/
libbitdht/src/util/bdbloom.cc:141
 4: Call to 'malloc' has an allocation size of 0 bytes in /home/phenom/
GIT/RetroShare/trunk/libbitdht/src/util/bdbloom.cc:148
2017-04-25 09:47:10 +02:00
..
bdbloom.cc Fix Clang Static Analyser: Undefined allocation of 0 bytes 2017-04-25 09:47:10 +02:00
bdbloom.h Merging from branches/v0.5-peernet/libbitdht (--- Merging r4354 through r4356 into '.') 2011-06-29 16:06:33 +00:00
bdfile.cc fixed saving of bdboot.txt on windows (patch from electron) 2014-11-02 12:47:50 +00:00
bdfile.h added code to avoid corruption of bdboot.txt: first write to tmp file then move the file. Refers on Windows utf16ToUtf8 from libretroshare. This forward reference can be improved. 2012-08-16 16:59:51 +00:00
bdnet.cc Removed debug info fom bdnet (Patch from electron) 2015-03-08 16:47:24 +00:00
bdnet.h Fix Clang warnings: bdnet_inet_ntoa C-linkage 2017-04-18 11:18:10 +02:00
bdrandom.cc Add Haiku support 2015-10-20 20:32:44 +03:00
bdrandom.h Added Ben's patches: 2011-09-28 15:16:21 +00:00
bdstring.cc Fixed compile of the libraries with MinGW 4.8 on Windows. 2013-10-07 23:11:10 +00:00
bdstring.h Changes to make libbitdht compile on OSX. 2012-06-19 10:36:48 +00:00
bdthreads.cc * Disabled Thread debugging. 2012-01-20 17:30:16 +00:00
bdthreads.h Removed unused parameter warnings in libbitdht. 2011-08-12 12:43:24 +00:00