Skip to content
Snippets Groups Projects
  1. Jul 17, 2018
  2. May 11, 2018
  3. Mar 10, 2018
  4. Mar 09, 2018
  5. Mar 08, 2018
  6. Feb 14, 2018
  7. Jan 24, 2018
  8. Jan 17, 2018
  9. Dec 28, 2017
  10. Dec 27, 2017
  11. Dec 07, 2017
  12. Feb 26, 2017
  13. Feb 23, 2017
  14. Feb 16, 2017
  15. Jan 11, 2017
  16. Aug 31, 2016
    • Birte Kristina Friesel's avatar
    • Niclas Zeising's avatar
      Only use sysconf() if HOST_NAME_MAX is undefined · 5ab630b5
      Niclas Zeising authored
      On some systsems sysconf() can return a very large value, unsuitable for
      use with malloc().  Only use sysconf() if HOST_NAME_MAX isn't avalable.
      5ab630b5
    • Niclas Zeising's avatar
      Fix build on FreeBSD. · 873c84f0
      Niclas Zeising authored
      FreeBSD lacks the constant HOST_NAME_MAX, instead using sysconf(3) to
      find out the value of the maximum host name length at run time.  Patch
      to use this instead of HOST_NAME_MAX.
      This brings with it the need to use malloc instead of using a statically
      sized buffer for the host name, since the size of the buffer cannot be
      known at run time.  Errors from sysconf or malloc just means that the
      entire block of code is skipped over (the same way it's skipped if the
      call to gethostname() fails), rather than returning any kind of error to
      the caller or logging an error message somewhere.
      873c84f0
  17. Aug 28, 2016
  18. Aug 27, 2016
  19. Apr 24, 2016
  20. Apr 16, 2016
  21. Apr 14, 2016
  22. Apr 13, 2016
  23. Nov 15, 2015
  24. Nov 14, 2015
  25. Jul 23, 2015
  26. May 23, 2015
Loading