Skip to content
Snippets Groups Projects
  1. Oct 31, 2023
  2. Oct 29, 2023
    • Rouven Czerwinski's avatar
      gluon-radv-filterd: replace malloc with calloc · 56cde733
      Rouven Czerwinski authored and Emantor's avatar Emantor committed
      Allocation of the router structure for newly detected router
      advertisements was done using malloc and selectively clearing some of
      the structure fields. However the redirect boolean was never set to 0,
      which means that during update_redirect, we would depend on the random
      initialization value of the structure.
      
      This means that sometimes ebtables-tiny wouldn't add the correct rules
      for the advertised routes.
      56cde733
  3. Oct 20, 2023
  4. Sep 29, 2023
  5. Sep 20, 2023
  6. Sep 12, 2023
  7. Aug 30, 2023
  8. Aug 03, 2023
  9. Aug 02, 2023
  10. Jul 15, 2023
  11. Jul 02, 2023
  12. Jun 16, 2023
  13. Jun 15, 2023
  14. Jun 10, 2023
  15. Jun 06, 2023
  16. May 21, 2023
  17. May 10, 2023
  18. Apr 24, 2023
  19. Apr 19, 2023
  20. Apr 16, 2023
  21. Mar 24, 2023
  22. Mar 01, 2023
  23. Feb 26, 2023
  24. Feb 25, 2023
Loading