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] |
This patch fixes an unsafe loop in money_get::do_get that invokes undefined behavior when __tmp_units is an empty string (this does occur, and was tripping up the debug mode test runs). Tested on powerpc-apple-darwin6.6; no regressions.
Interesting. Can you show me how this happens? I'm using a slightly different vesion of the underlying locale code, so something that is making your failure obvious would be appreciated.
-benjamin
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |