And this one fixes errors in the configure probes that were flagged in our tester.
Updated patch with another fix for the 3-DES code.
Avoid implicit ints in mcrypt_symb.c for C99 compatibility
This is the same as https://sourceforge.net/p/mcrypt/bugs/36/, but you should not include malloc.h or malloc/malloc.h on any system; you should include stdlib.h on all systems.
No, don't include malloc.h or sys/malloc.h on any system. On all systems, include stdlib.h.
Compilation error with Cygwin / Windows7
yes, I have plenty of available disk space (blocks & inodes) and ram.
do you have enough free memory? if that is not the case probably it is something similar to https://sourceforge.net/p/mcrypt/bugs/43/
The problem is that there are many malloc() calls in the code but there is no check about their return code :-( With big files it is easy to trigger out of memory conditions that cause segfaults.
Mcrypt sporadically fails with fatal error "Signal 11 caught."
Valgrind shows use of uninitialised memory
Thanks for advising us, though I had to change your 4th line to: #include <sys malloc.h="">...
Thanks for advising us, though I had to change your 4th line to: #include <sys malloc.h="">...
actually it is enough to replace '-no-undefined' with '-Wl,-no-undefined' everywhere...
remove --no-undefined from windows make
In the v.2.6.6 (i686-pc-cygwin) build for Win32 on Sourceforge, the --help parameter...
In the v.2.6.6 (i686-pc-cygwin) build for Win32 on Sourceforge, the --help parameter...
In the v.2.6.6 (i686-pc-cygwin) build for Win32 on Sourceforge, the --help parameter...
crash on big files
It works on my computer, OSX 10.10: $ mcrypt --version Mcrypt v.0.9.9 (i386-apple-darwin14.0.0)...
2.5.8: EXTRA_ALGOS/OBJECTS empty Solaris 8,9,10 [SOLVED]
This patch is helped to build mcrypt binary in Mac OS by Homebrew. For more details...
Clang build support
mcrypt key modes