>+ n = vsnprint(buf, 65536, fmt, args);
...
>Note the len = 1 << 30; why was that ever done? I never figured that outthere is nothing to limit the length of a string to 64k bytes
>+ n = vsnprint(buf, 65536, fmt, args);
...
>Note the len = 1 << 30; why was that ever done? I never figured that outthere is nothing to limit the length of a string to 64k bytes