public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/54924] New: Warn for std::string constructor with wrong size
@ 2012-10-14 17:06 david at doublewise dot net
  2012-10-14 17:44 ` [Bug libstdc++/54924] " redi at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: david at doublewise dot net @ 2012-10-14 17:06 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 54924
           Summary: Warn for std::string constructor with wrong size
    Classification: Unclassified
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: david@doublewise.net


The constructor for std::string that takes an array of char and a size assumes
that the array of char you pass in is at least as large as the size you
specify. In other words, std::string str('0', 100) is undefined behavior. As I
show in this example, the real issue can be much more subtle if escape
characters are involved:

http://stackoverflow.com/questions/164168/how-do-you-construct-a-stdstring-with-an-embedded-null/12884464#12884464

It would be nice if gcc warned when the size specified in the constructor
exceeds the size of the array passed as the first argument.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-12-15 21:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-14 17:06 [Bug c++/54924] New: Warn for std::string constructor with wrong size david at doublewise dot net
2012-10-14 17:44 ` [Bug libstdc++/54924] " redi at gcc dot gnu.org
2012-10-14 18:40 ` david at doublewise dot net
2021-12-15 17:58 ` msebor at gcc dot gnu.org
2021-12-15 21:30 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).