I have an issue with the declarations of the local variables

 unsigned char aDns[5000];       /* Raw DNS reply content */

 char zHostname[5000];           /* Hostname for the MX */

Those two declarations result in using 10k of stack space. I suggest making an external struct to hold that information.


-------------------------
Scott Doctor
sc...@scottdoctor.com
-------------------------

On 6/27/2018 12:24, Richard Hipp wrote:
If anybody can suggest patches that will get this routine
(https://fossil-scm.org/fossil/info/5e083abf6?ln=47) to compile and
work on windows, that would really be helpful.  Thanks.


_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to