• 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: Double free error using sprintf in threaded app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Double free error using sprintf in threaded app


  • Subject: Re: Double free error using sprintf in threaded app
  • From: Greg Guerin <email@hidden>
  • Date: Wed, 15 Apr 2009 13:39:07 -0700

Rush Manbert wrote:

      char port[sizeof("65536")];
      sprintf(port, "%d", m_serverPort);

This seems prone to buffer overflow if the value of m_serverPort is not adequately constrained.


Try the experiment again calling snprintf() instead of sprintf(), and see if it changes anything.

Googling the keywords 'sprintf thread safe' suggests relying on sprintf or its relatives to always be thread-safe might be a portability risk.

  -- GG

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


  • Follow-Ups:
    • Re: Double free error using sprintf in threaded app
      • From: Rush Manbert <email@hidden>
  • Prev by Date: Re: How to start exe in X11?
  • Next by Date: Re: Double free error using sprintf in threaded app
  • Previous by thread: Re: Double free error using sprintf in threaded app
  • Next by thread: Re: Double free error using sprintf in threaded app
  • Index(es):
    • Date
    • Thread