Re: Questions before submitting a bug report

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 01/03/2012 03:02 PM, Markus Henschel wrote:
> struct Foo * foo_instance()
> {
> 	static struct Foo foo;
> 	return &foo;
> }

Uh, no.  You can't return a reference to a local
variable.

Andrew.



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux