BR 2034542: fix crash when touching __FILE__
commit932de6c252b2420c3e0f0a8d4d90463d59ae4869
authorH. Peter Anvin <hpa@zytor.com>
Fri, 1 Aug 2008 01:46:11 +0000 (31 18:46 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 1 Aug 2008 01:46:11 +0000 (31 18:46 -0700)
tree55b675bb582354ac25fb97342b7a80233c011969
parentf7d863b7d1703b055f11e0087baac640b016b880
BR 2034542: fix crash when touching __FILE__

Touching __FILE__ would cause a dereference of an uninitialized
pointer.  Fix.
preproc.c
test/_file_.asm [new file with mode: 0644]