lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #9166] Fix oldest entry lookup in dns_enqueue


From: Simon Goldschmidt
Subject: [lwip-devel] [patch #9166] Fix oldest entry lookup in dns_enqueue
Date: Tue, 22 Nov 2016 20:25:40 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36

Update of patch #9166 (project lwip):

                  Status:                    None => Works For Me           
             Assigned to:                    None => goldsimon              

    _______________________________________________________

Follow-up Comment #2:

Plus, I've tested it (without your patch; in win32 debugger) and it works for
me:

dns_seqno = 2
DNS_TABLE_SIZE = 4
dns_table[*all*].state = DNS_STATE_DONE
dns_table[0].seqno = 1
dns_table[1].seqno = 5
dns_table[2].seqno = 6
dns_table[3].seqno = 7

-> next overwritten entry is i=1. Seems perfectly right.

Please provide more info why this should be wrong.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?9166>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]