1. 31 8月, 2020 1 次提交
  2. 12 12月, 2013 1 次提交
  3. 02 2月, 2013 1 次提交
    • R
      dynamically allocate storage for gethostby* buffers · a47ad3eb
      Rich Felker 提交于
      this change shaves ~1k off libc.so bss size, and also avoids hard
      errors in the case where the static buffer was not large enough to
      hold the result.
      
      this whole framework is really ugly and might should be replaced or at
      least heavily overhauled when some changes/factorizations are made to
      getaddrinfo internals in the future.
      a47ad3eb
  4. 12 2月, 2011 1 次提交