mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
34b5319d86
handle packets out of sequence if some data goes through the buffer and some doesn't, B) it works on systems that can't handle aligned access, C) we just have one code path to worry about. While we're at it, sizeof() and RESERVE_CONFIG_BUFFER() really don't combine well, which is why md5sum has been reading and processing data 4 bytes at a time. I suspect that the existence of CONFIG_MD5_SIZE_VS_SPEED to do loop unrolling and such in the algorithm was an attempt to work around that bug. |
||
---|---|---|
.. | ||
applets.h | ||
busybox.h | ||
dump.h | ||
grp_.h | ||
inet_common.h | ||
libbb.h | ||
platform.h | ||
pwd_.h | ||
shadow_.h | ||
unarchive.h | ||
usage.h | ||
xregex.h |