do not rely on implementation-specific behavior for allocationv1.0.1
commitb99e6cbd055fbf8664ee510c2e60854d10c69d51
authorEric Wong <normalperson@yhbt.net>
Thu, 30 Jun 2011 18:52:50 +0000 (30 11:52 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 30 Jun 2011 18:52:50 +0000 (30 11:52 -0700)
tree53218c51ecee99f378698a00ffcc20d88b6dd3df
parent8301a96e8f11f668a717afbdf95f3695cdc9ca3b
do not rely on implementation-specific behavior for allocation

C compilers are free to release stack-allocated memory once it
exits the scope of any block (even though most do not).

Thanks to Leonid Evdokimov for pointing this out.
nodelay.c