NetBSD/usr.bin/make
rillig 6e619e7e36 make: fix out-of-bounds read when parsing an invalid line
Reported by Robert Morris in https://bugs.freebsd.org/265119.

Since 2021-12-14.
2022-07-24 20:25:23 +00:00
..
PSD.doc
filemon Fix some unused warnings 2022-03-04 23:17:16 +00:00
unit-tests make: fix out-of-bounds read when parsing an invalid line 2022-07-24 20:25:23 +00:00
.cvsignore
Makefile make: remove test scenarios for old GCC versions 2022-05-03 19:05:34 +00:00
Makefile.boot make: document the available preprocessor definitions for Makefile.boot 2022-04-15 13:44:57 +00:00
arch.c make: merge duplicate code for expanding variable expressions 2022-01-15 18:34:41 +00:00
buf.c make: inline Buf_Clear 2022-01-08 17:25:19 +00:00
buf.h make: inline Buf_Clear 2022-01-08 17:25:19 +00:00
compat.c make: allow to randomize build order of targets 2022-05-07 17:49:47 +00:00
cond.c tests/make: adjust expectations to actual behavior 2022-04-15 09:33:20 +00:00
config.h
dir.c make: fix grammar in comment of DirFindDot 2022-05-07 21:19:43 +00:00
dir.h
for.c make: document ExprLen, which is part of a .for loop 2022-06-12 16:09:21 +00:00
hash.c make: fix mistakes, spelling and typos in comments and manual page 2022-02-09 21:09:24 +00:00
hash.h make: remove redundant declaration of HashIter_Init 2022-01-31 22:58:26 +00:00
job.c make: rename Compat_Run to Compat_MakeAll 2022-05-07 08:01:20 +00:00
job.h make: format comments according to /usr/share/misc/style 2021-12-15 12:58:01 +00:00
lst.c make: fix memory leak in Lst_Remove (since 2020-10-23) 2022-02-26 11:57:21 +00:00
lst.h make: improve comments and a parameter name 2022-03-03 19:55:27 +00:00
main.c make: allow to randomize build order of targets 2022-05-07 17:49:47 +00:00
make.1 make.1: fix markup for variable modifiers, add italic correction 2022-07-12 23:47:00 +00:00
make.c make: allow to randomize build order of targets 2022-05-07 17:49:47 +00:00
make.h make: reorganize Parse_Error 2022-06-12 13:37:32 +00:00
make_malloc.c make: rename local variable in bmake_malloc 2022-01-07 08:30:04 +00:00
make_malloc.h
meta.c make: do not use __CONCAT and __STRING in meta_needed 2022-04-15 12:28:16 +00:00
meta.h
metachar.c
metachar.h make: rename is_shell_metachar, fix character conversion warning 2022-01-08 11:04:13 +00:00
parse.c make: fix out-of-bounds read when parsing an invalid line 2022-07-24 20:25:23 +00:00
pathnames.h
str.c make: clean up comments for string splitting and string matching 2022-06-11 09:24:07 +00:00
str.h
suff.c Fix some unused warnings 2022-03-04 23:17:16 +00:00
targ.c make: add .USEBEFORE to Targ_PrintType 2022-04-15 12:19:28 +00:00
test-variants.mk make: remove test variant without GMAKEEXPORT 2022-05-08 19:19:11 +00:00
trace.c make: prefer 'long long' over 'long' on 32-bit C99 platforms 2022-03-26 14:02:40 +00:00
trace.h
util.c make: format comments according to /usr/share/misc/style 2021-12-15 12:58:01 +00:00
var.c make: document parsing of short variable names, such as $i 2022-06-14 19:57:56 +00:00