]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a SIGSEGV when emitting XML or JSON when reading stdin. In that
authorMarcel Moolenaar <marcel@FreeBSD.org>
Fri, 7 Nov 2014 01:36:20 +0000 (01:36 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Fri, 7 Nov 2014 01:36:20 +0000 (01:36 +0000)
commit985c93f0b4c024d32da582b93d06602d3223cf39
treee449fa69444e93b61490fd780e72c5b3947794fc
parentb78618fbda97e25cb38b86092c4f2bb7f4cd8567
Fix a SIGSEGV when emitting XML or JSON when reading stdin. In that
case the file variable is NULL.
usr.bin/wc/wc.c