Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/indent
Module Name: src
Committed By: rillig
Date: Thu Nov 18 23:26:58 UTC 2021
Modified Files:
src/usr.bin/indent: lexi.c
Log Message:
indent: prevent use-after-free bug
Triggered by the following artificial program:
---- snip ----
int *
f
( void)
{
}
---- snap ----
To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 src/usr.bin/indent/lexi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index