Changeset 171 for trunk/docs
- Timestamp:
- Jul 8, 2008, 11:16:14 AM (16 years ago)
- Location:
- trunk/docs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/Changelog
r170 r171 1 2.4.4: 1 2.4.5: 2 * handle EINPROGRESS error (Windows/cygwin issue) 3 * make sure every function uses less than one page of stack 4 (proactive security against gap jumping, Gael Delalleau) 5 * use dnmalloc instead of system malloc 6 * fix dnmalloc bugs and portability problems 7 * check for compressBound, since older zlibs don't have it 8 9 2.4.4 (30-04-2008): 2 10 * sh_database.c: fix maximum size of sql query string, maximum 3 11 size of strings in struct dbins_ -
trunk/docs/TODO
r170 r171 1 gcc -g -DDNMALLOC_DEBUG=1 -DUSE_MALLOC_LOCK=1 -Wall -O2 -o dnmalloc-1.0.beta5-rw.o -c src/dnmalloc-1.0.beta5-rw.c 1 2 2 check reported problem with rpmbuild (samhain_setpwd) 3 gcc -g -Wall -O2 -o t-test.o -c src/t-test1.c 4 gcc -g -DUSE_MALLOC_LOCK=1 -Wall -O2 -o dnmalloc-1.0.beta5-rw.o -c src/dnmalloc-1.0.beta5-rw.c 5 gcc -g -lpthread -o t-test t-test.o dnmalloc-1.0.beta5-rw.o 6 ./t-test 7
Note:
See TracChangeset
for help on using the changeset viewer.