sync code with last fixes and improvements from OpenBSD
This commit is contained in:
parent
4b78db449c
commit
bf0676207f
2406 changed files with 6353 additions and 434004 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: tak.c,v 1.8 2023/03/12 11:46:35 tb Exp $ */
|
||||
/* $OpenBSD: tak.c,v 1.9 2023/06/07 10:46:34 job Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2022 Job Snijders <job@fastly.com>
|
||||
* Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
|
||||
|
@ -195,7 +195,7 @@ tak_parse_econtent(const unsigned char *d, size_t dsz, struct parse *p)
|
|||
goto out;
|
||||
}
|
||||
|
||||
if (!valid_econtent_version(fn, tak->version))
|
||||
if (!valid_econtent_version(fn, tak->version, 0))
|
||||
goto out;
|
||||
|
||||
p->res->current = parse_takey(fn, tak->current);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue