[Bug c++/34237] Weird error with getpass and crypt

2007-11-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-11-26 18:13 --- (In reply to comment #1) > getpass returns a pointer to a static buffer that is overwritten by each call. Also getpass is not controlled by GCC so this is not a GCC bug. -- http://gcc.gnu.org/bugzilla/show_bug.

[Bug c++/34237] Weird error with getpass and crypt

2007-11-26 Thread schwab at suse dot de
--- Comment #1 from schwab at suse dot de 2007-11-26 14:42 --- getpass returns a pointer to a static buffer that is overwritten by each call. -- schwab at suse dot de changed: What|Removed |Added