This is the mail archive of the gcc-bugs@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]

[Bug c/5694] Generate warnings about using unsafe string functions


------- Additional Comments From jsm28 at gcc dot gnu dot org  2004-09-24 22:46 -------
The link-time warnings are in the domain of glibc, not GCC.

Jakub's patch <http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02424.html>
provides for compile-time and runtime detection of some overflow cases,
and I think that is as much as is reasonable to go in GCC.  So once that
is in GCC, I think this bug should be closed.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|2.97 3.0 3.0.1 3.0.2 3.0.3  |2.97 3.0 3.0.1 3.0.2 3.0.3
                   |3.0.4 3.1 3.1.1 3.1.2 3.2   |3.0.4 3.1 3.1.1 3.1.2 3.2
                   |3.2.1 3.2.2 3.2.3 3.3 3.3.1 |3.2.1 3.2.2 3.2.3 3.3 3.3.1
                   |3.3.2 3.3.3 3.4.0 4.0       |3.3.2 3.3.3 3.4.0 4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5694


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