Re: [PATCH v3] libstdc++: Fix SIGSEGV in std::print with a setvbuf'd FILE
Tomasz Kaminski <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.libstdc++.devel |
|---|---|
| Message-ID | <CAKvuMXCUuwoe0PfGg1m+NJ=kdT6CtTviC2eO0POLwAZrsepanQ@mail.gmail.com> |
On Mon, Aug 17, 2026 at 12:00 PM Anlai Lu <[email protected]> wrote: > Hi Tomasz, > > Thanks a lot for polishing the patch and testing it! The > _M_init_write_buf restructure is much cleaner. The > current version looks good to me. > > One minor thing: there are two small typos in the ChangeLog entry > ("separte" should be "separate", and "_M_writebuf" should be > "_M_write_buf"). > Thank you, fixed both locally. > > Thanks again! > Anlai > >