Skip to content
Snippets Groups Projects
  1. May 31, 2009
  2. May 30, 2009
  3. May 23, 2009
  4. May 22, 2009
  5. May 20, 2009
  6. May 19, 2009
  7. May 18, 2009
    • Nick Mathewson's avatar
      Merge commit 'origin/maint-0.2.1' · 79762aac
      Nick Mathewson authored
      79762aac
    • Nick Mathewson's avatar
      Possible fix for crash bug related to event timeouts. [Bug 957] · 34030a3d
      Nick Mathewson authored
      If we ever add an event, then set it, then add it again, there will be
      now two pointers to the event in the event base.  If we delete one and
      free it, the first pointer will still be there, and possibly cause a
      crash later.
      
      This patch adds detection for this case to the code paths in
      eventdns.c, and works around it.  If the warning message ever
      displays, then a cleverer fix is in order.
      
      {I am not too confident that this *is* the fix, since bug 957 is very
      tricky.  If it is, it is a bugfix on 0.2.0.}
      34030a3d
  8. May 17, 2009
  9. May 16, 2009
  10. May 15, 2009
  11. May 14, 2009
  12. May 13, 2009
Loading