Re: [BUG] NULL pointer dereference
Paul Eggert <[email protected]> Fri, 5 Sep 2025 21:08:41 -0700
| Newsgroups | gmane.comp.parsers.bison.bugs |
|---|---|
| Organization | UCLA Computer Science Department |
| Message-ID | <[email protected]> |
On 2025-09-05 20:14, Collin Funk wrote: > This patch works fine, with some formatting adjustments. > > But maybe it is just better to use fprintf, which can handle NULL > pointers. fprintf can handle null pointers?