>+      n = vsnprint(buf, 65536, fmt, args);
        ...
>Note the len = 1 << 30; why was that ever done? I never figured that out

there is nothing to limit the length of a string to 64k bytes

Reply via email to