This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [PATCH] Fix PR libstdc++/19510: Uninitialized variable in some iterators


Volker Reichelt <reichelt@igpm.rwth-aachen.de> writes:


[...]

| Or for short: Copying uninitialized pointers may result in a hardware trap.
| This means we really should do the initialization in 3.4, not only for the
| sake of easier debugging.
| 
| OK if I prepare a patch for 3.3, too?

After you've applied to 3.4.x; yes.

Thanks,

-- Gaby


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