This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ping][PATCH][BZ #13862] Reuse of cached stack can cause bounds overrun of thread DTV


> Please put the preprocessor condition around the whole first arm of the
> condition statement.

No, that is an anti-style.  Whenever code can be in 'if (0)' (after
constant folding) rather than in #if, that is preferable.  It makes
sure the code stays compilable even if one is only compiling one of
the configurations.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]