1. 02 8月, 2013 2 次提交
  2. 21 2月, 2013 3 次提交
  3. 29 7月, 2011 2 次提交
  4. 12 6月, 2011 1 次提交
  5. 19 2月, 2011 2 次提交
    • R
      make mktemp match the historic behavior, and update functions that use it · 69ecbd0f
      Rich Felker 提交于
      the historic mktemp is supposed to blank the template string on
      failure, rather than returning 0. just zero the first character so
      that mkstemp and mkdtemp can still retry with O(1) space requirement.
      69ecbd0f
    • R
      major improvements to temp file name generator · 446b4207
      Rich Felker 提交于
      use current time in nanoseconds and some potentially-random (if aslr
      is enabled) pointer values for the initial tempfile name generation,
      and step via a cheap linear prng on collisions. limit the number of
      retry attempts to prevent denial of service attacks even if an
      attacker can guess the filenames.
      446b4207
  6. 15 2月, 2011 1 次提交
  7. 12 2月, 2011 1 次提交