On Darwin, the man page states that "both fputs() and puts() print
`(null)' if str is NULL."
rdar://48227136
Differential D64773
[ASan] Support `{f}puts(NULL)` on Darwin yln on Jul 15 2019, 2:49 PM. Authored by
Details On Darwin, the man page states that "both fputs() and puts() print rdar://48227136
Diff Detail
Event TimelineComment Actions LGTM. Not sure when this was added, but it must have been present since at least Mac OS X 10.7.3:
|
@yln
There are a few things I would have done differently here