[Bug c++/46513] Request: Warning for use of unsafe string handling functions

2020-05-19 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46513 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org Sta

[Bug c++/46513] Request: Warning for use of unsafe string handling functions

2010-11-17 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46513 --- Comment #6 from joseph at codesourcery dot com 2010-11-17 11:50:16 UTC --- On Wed, 17 Nov 2010, noloader at gmail dot com wrote: > I stand corrected: C1X draft dated 2010-10-04 now includes the bounds checking > interfaces. See "C1X Draft", >

[Bug c++/46513] Request: Warning for use of unsafe string handling functions

2010-11-17 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46513 --- Comment #5 from Jonathan Wakely 2010-11-17 10:43:51 UTC --- (In reply to comment #3) > I know "finding the replacement" is not a GCC issue, but perhaps folks who > need > to the *nix safe string gear can use TR24731-2 (not TR24731-1), which

[Bug c++/46513] Request: Warning for use of unsafe string handling functions

2010-11-16 Thread noloader at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46513 --- Comment #4 from Jeffrey Walton 2010-11-17 03:49:44 UTC --- (In reply to comment #2) > Hi Jonathan, > > (In reply to comment #1) > > The maintainers of GNU libc, the C and C++ committees and the POSIX working > > group have not seen fit to in

[Bug c++/46513] Request: Warning for use of unsafe string handling functions

2010-11-16 Thread noloader at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46513 --- Comment #3 from Jeffrey Walton 2010-11-17 02:04:14 UTC --- (In reply to comment #1) > The maintainers of GNU libc, the C and C++ committees and the POSIX working > group have not seen fit to include those functions, and they're not available

[Bug c++/46513] Request: Warning for use of unsafe string handling functions

2010-11-16 Thread noloader at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46513 --- Comment #2 from Jeffrey Walton 2010-11-17 01:08:22 UTC --- Hi Jonathan, (In reply to comment #1) > The maintainers of GNU libc, the C and C++ committees and the POSIX working > group have not seen fit to include those functions, and they're

[Bug c++/46513] Request: Warning for use of unsafe string handling functions

2010-11-16 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46513 --- Comment #1 from Jonathan Wakely 2010-11-17 00:53:47 UTC --- The maintainers of GNU libc, the C and C++ committees and the POSIX working group have not seen fit to include those functions, and they're not available on my GNU/Linux box.