This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/21719] program using "initgroups()" fails with stack corruption
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 May 2005 14:02:39 -0000
- Subject: [Bug c/21719] program using "initgroups()" fails with stack corruption
- References: <20050523135827.21719.Ulrich.Windl@rz.uni-regensburg.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-23 14:02 -------
This really sounds like a HP C library bug or bug in the code but I don't know for sure. You are using
old style K&R C, can you use -Wall -W and fix all the warnings?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21719