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: Variable scope issue in confstr


On Sat, Mar 24, 2012 at 11:00 PM, Allan McRae <allan@archlinux.org> wrote:
> In confstr (posix/confstr.c), the variable restenvs is defined within a
> swtich case block and then used outside the switch statement (via
> assignment to the variable string). ?Issues with this are exposed with
> gcc-4.7 and -O2.
>
>
> 2012-03-25 ?Allan McRae ?<allan@archlinux.org>
>
> ? ? ? ?* posix/confstr.c: fix variable scope issue.

What testing did you do?

Can we add a regression test for this please?

Cheers,
Carlos.


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