Skip to content
Snippets Groups Projects
  1. Apr 06, 2021
  2. Apr 02, 2021
  3. Mar 24, 2021
  4. Mar 17, 2021
  5. Mar 16, 2021
  6. Mar 15, 2021
  7. Oct 30, 2020
  8. May 12, 2020
  9. Mar 18, 2020
  10. Jan 13, 2020
  11. Jan 03, 2020
    • Tobias S. Josefowitz's avatar
      System: ident pointer may be accessed after openlog() returned · 0d83893d
      Tobias S. Josefowitz authored
      The syslog functions may keep accessing the ident supplied to openlog()
      by pointer with subsequent calls to syslog(). In order to not have
      syslog() access random or free memory, we now keep a reference to ident
      until either:
      
      * A subsequent call to openlog()
      * A call to closelog()
      * System module unload/exit
      
      Thanks to Stanislaw Klekot <pike@jarowit.net> for the report.
      0d83893d
  12. Nov 15, 2019
  13. Nov 13, 2019
  14. Sep 23, 2019
  15. Sep 04, 2019
  16. Aug 04, 2019
  17. May 20, 2019
  18. Apr 04, 2019
  19. Mar 19, 2019
  20. Mar 03, 2019
  21. Dec 18, 2018
  22. Dec 04, 2018
  23. Sep 13, 2018
  24. Sep 07, 2018
  25. Jun 29, 2018
  26. Apr 16, 2018
  27. Mar 11, 2018
  28. Mar 06, 2018
  29. Mar 01, 2018
  30. Feb 14, 2018
  31. Feb 13, 2018
Loading