Re: serious problems in GDB / LLDB debugger
Re: serious problems in GDB / LLDB debugger
- Subject: Re: serious problems in GDB / LLDB debugger
- From: Quincey Morris <email@hidden>
- Date: Tue, 16 Aug 2011 16:50:19 -0700
On Aug 16, 2011, at 16:43 , J wrote: that's a good suggestion, but it's not an issue. %g is the shorter of %f or %e and is expecting a float.to print a double, you add an 'L' after the f or g (or e or E) also note that my code is giving the expected behaviour here.
As I said, I can never remember the details. :)
OT, I just wanted to add that this code (the 'sprintf') has the "code smell" of an exploitable buffer overflow waiting to happen.
|
_______________________________________________
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