public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/110862] New: format out of bands read on format string "{0:{0}"
@ 2023-07-31 15:18 gcc at pauldreik dot se
  2023-08-01  1:21 ` [Bug libstdc++/110862] " hewillk at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: gcc at pauldreik dot se @ 2023-07-31 15:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110862

            Bug ID: 110862
           Summary: format out of bands read on format string "{0:{0}"
           Product: gcc
           Version: 13.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gcc at pauldreik dot se
  Target Milestone: ---

The following program with an incorrect format string causes an out of bounds
read when compiled with gcc 13.2:

#include <cstdio>
#include <format>

int main() {
    unsigned short v = 0;
    std::puts(std::vformat("{0:{0}", std::make_format_args(v)).c_str());
}

I expected an exception to be thrown.

Link to reproducer: 
https://godbolt.org/z/WrqxGE1jG

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

end of thread, other threads:[~2023-08-08 16:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-31 15:18 [Bug libstdc++/110862] New: format out of bands read on format string "{0:{0}" gcc at pauldreik dot se
2023-08-01  1:21 ` [Bug libstdc++/110862] " hewillk at gmail dot com
2023-08-01  7:50 ` gcc at pauldreik dot se
2023-08-01 13:15 ` redi at gcc dot gnu.org
2023-08-03  8:04 ` [Bug libstdc++/110862] format out of bounds " redi at gcc dot gnu.org
2023-08-07 21:12 ` cvs-commit at gcc dot gnu.org
2023-08-08 16:13 ` cvs-commit at gcc dot gnu.org
2023-08-08 16:14 ` 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).