Jump to content











Photo
- - - - -

crashed because divided by zero

crash

  • Please log in to reply
3 replies to this topic

#1 Lonny

Lonny
  • Members
  • 2 posts
  •  
    China

Posted 03 September 2018 - 09:36 AM

tftpd 4.6 crashed at dns.c line 131

if (AnswerDnsQuery ( (DNS_HEADER*)Buf, Rc, answer, & anslen ))
{
    Rc = sendto (sDNSSocket, answer, anslen, 0, (struct sockaddr *) & sSock, sizeof sSock);
    LogToMonitor ("send %d/%d bytes", anslen/Rc);
}

it should be:

LogToMonitor ("send %d/%d bytes", anslen, Rc);


#2 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 03 September 2018 - 02:00 PM

this is not the support forum for tftpd,

No, but it is the (completely UNofficial BUT official :hyper: ) support board for tftpd32, now (senselessly) renamed to tftpd64, try going here:

http://www.tftpd64.com/

look at the bottom left, and click on the arrow between "Go to the Forum :"   and      "(external link)". :whistling:

 

:duff:

Wonko

:



#3 Blackcrack

Blackcrack

    Frequent Member

  • Advanced user
  • 458 posts
  •  
    Germany

Posted 04 September 2018 - 07:26 AM

ok ..



#4 Lonny

Lonny
  • Members
  • 2 posts
  •  
    China

Posted 05 September 2018 - 05:47 PM

yep, what i mean is tftpd32. not tftpd.





Also tagged with one or more of these keywords: crash

1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users