mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
ff1908eda6
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 |
||
---|---|---|
.. | ||
bitdht | ||
example | ||
tests | ||
udp | ||
util | ||
libbitdht.pro | ||
LICENSE.md | ||
mingw32make.bat | ||
README.txt |
What's in the Package --------------------------------------------------------------- bitdht - base BitDHT Code. util - generic utils for networking and threading. udp - UDP interfacing code. lib - Where the library is created. tests - basic unit tests. example - example code of how to use libbitdht. libbitdht.pro - build script for Qt's qmake. README.txt - this file. HOWTO libbitdht. ---------------------------------------------- This version is build using Qt's qmake system. 1) Install Qt's qmake system: libqt-dev 2) type ./qmake 3) type ./make 4) check out the example and tests to learn how to interface with libbitdht.