On Thu, Jul 16, 2020 at 02:05:15AM +0200, Hugo Hörnquist wrote:
I feel that the time has come to increase the size of the buffers

eh, i just released the new password buffer size. if things keep growing at this rate, your proposed increase is still on the conservative side ...

diff --git a/src/config.c b/src/config.c
index 8ddfe26..380aef5 100644
--- a/src/config.c
+++ b/src/config.c
@@ -321,7 +321,7 @@ load_config( const char *where, int pseudo )
        char *arg, *p;
        int len, cops, gcops, max_size, ms, i;
        char path[_POSIX_PATH_MAX];
-       char buf[1024];
+       char buf[2048];

i don't think it's a good idea to paste such huge tokens into the config file. use a separate file and pass it to the token processor via a command line argument or an input redirection.



_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to