mirror of https://git.code.sf.net/p/isync/isync
Browse Source
don't try to read messages > 2G, as that will only lead to trouble down the line. this wouldn't have worked on linux anyway (we read in one chunk, and that is limited to (2^31 - 2^12) on all architectures), but on platforms were big reads work, this was a security problem if one synchronized other users' maildirs. as a minor fix on the side, we now also clip the reported message size, so MaxSize works for excessively big messages.1.4
Oswald Buddenhagen
3 years ago
1 changed files with 7 additions and 1 deletions
Loading…
Reference in new issue