git: 90556d3f3649 - Create tag vendor/NetBSD/bmake/20220724
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Jul 2022 15:54:00 UTC
The annotated tag vendor/NetBSD/bmake/20220724 has been created by sjg:
URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/NetBSD/bmake/20220724
tag vendor/NetBSD/bmake/20220724
Tagger: Simon J. Gerraty <sjg@FreeBSD.org>
TaggerDate: 2022-07-26 15:53:20 +0000
Tag bmake/20220724
commit 308a28d6cd2e87028e535eabccb89a9dc2fd9515
Author: Simon J. Gerraty <sjg@FreeBSD.org>
AuthorDate: 2022-07-26 15:52:53 +0000
Commit: Simon J. Gerraty <sjg@FreeBSD.org>
CommitDate: 2022-07-26 15:52:53 +0000
Import bmake-20220724
Relevant/interesting changes:
o parse.c: fix out-of-bounds read when parsing an invalid line
https://bugs.freebsd.org/265119
fix memory leak in wildcard targets and sources
fix off-by-one error in buffer for .WAIT nodes
o allow to randomize build order of targets
.MAKE.MODE += randomize-targets can help uncover dependency bugs