-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathTODO
33 lines (26 loc) · 1.8 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
* make use of prefix index for searching tables - decrease i/o
* testing/benchmarking suite
* remove openssl dependencies
HashAlgorithm.cpp
des.h - can't use frt upstream as it's BSD licensed ad clause and is GPL incompatible
md4.h (fix md4 so it can handle mscache lengths)
sha.h (the local sha1 impl is slower than openssl's)
* more generic method for path seperator than _WIN32 ifdef?
OpenBSD threading
misc warnings:
################################################################################
OpenBSD x86_64
/usr/local/lib/gcc/amd64-unknown-openbsd4.5/4.2.0/../../../libestdc++.so.8.0: warning: vsprintf() is often misused, please use vsnprintf()
/usr/local/lib/gcc/amd64-unknown-openbsd4.5/4.2.0/../../../libestdc++.so.8.0: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/gcc/amd64-unknown-openbsd4.5/4.2.0/../../../libestdc++.so.8.0: warning: strcat() is almost always misused, please use strlcat()
ChainWalkSet.o(.text+0x121): In function `CChainWalkSet::CheckOrRotatePreCalcFile()':
: warning: sprintf() is often misused, please use snprintf()
################################################################################
../../common/rt_api/ChainWalkContext.cpp: In member function ‘void CChainWalkContext::HashToIndex(int)’:
../../common/rt_api/ChainWalkContext.cpp:730: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../common/rt_api/RTI2Reader.cpp: In member function ‘virtual int RTI2Reader::readChains(unsigned int&, RainbowChainO*)’:
../../common/rt_api/RTI2Reader.cpp:562: warning: dereferencing type-punned pointer will break strict-aliasing rules
HashAlgorithm.cpp: In function 'void HashPIX(unsigned char*, int, unsigned
char*)':
HashAlgorithm.cpp:398: warning: dereferencing type-punned pointer will break
strict-aliasing rules