• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: unique temporary file name
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: unique temporary file name


  • Subject: Re: unique temporary file name
  • From: Greg Herlihy <email@hidden>
  • Date: Tue, 16 May 2006 21:07:18 -0700
  • Thread-topic: unique temporary file name

Note that the tempnam man page strongly discourages programs from calling
tempnam due to security issues and a potential race condition with the
routine. The tempnam man page recommends mkstemp as a safer alternative.

Greg


On 5/16/06 5:21 PM, "Deborah Goldsmith" <email@hidden> wrote:

> Also:
>
> man tempnam
>
> Deborah Goldsmith
> Internationalization, Unicode liaison
> Apple Computer, Inc.
> email@hidden
>
> On May 16, 2006, at 4:51 PM, Ryan Britton wrote:
>
>> Here's a snippet from some code I use to get a unique, temporary
>> path name:
>>
>> CFUUIDRef uuid = CFUUIDCreate(NULL);
>> CFStringRef uuidString = CFUUIDCreateString(NULL, uuid);
>> CFRelease(uuid);
>> [self setTemporaryStore:[NSTemporaryDirectory()
>> stringByAppendingPathComponent:(NSString *) uuidString]];
>> CFRelease(uuidString);
>>
>>
>> On May 16, 2006, at 4:42 PM, Angelo Chen wrote:
>>
>>> Hi,
>>>
>>>   How to obtain a unique file name from a directory? thanks
>>>
>>>
>>> ---------------------------------
>>> Sneak preview the  all-new Yahoo.com. It's not radically
>>> different. Just radically better.
>>>  _______________________________________________
>>> Do not post admin requests to the list. They will be ignored.
>>> Cocoa-dev mailing list      (email@hidden)
>>> Help/Unsubscribe/Update your Subscription:
>>>
>>> This email sent to email@hidden
>>
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Cocoa-dev mailing list      (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
>
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: unique temporary file name
      • From: Angelo Chen <email@hidden>
References: 
 >Re: unique temporary file name (From: Deborah Goldsmith <email@hidden>)

  • Prev by Date: Re: unique temporary file name
  • Next by Date: coredata framework daemon-safe?
  • Previous by thread: Re: unique temporary file name
  • Next by thread: Re: unique temporary file name
  • Index(es):
    • Date
    • Thread