git: 8d457988a724 - main - ota: Merge 20240728 (bsd-feature) from ota 3319c34a8713

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sat, 30 Nov 2024 05:06:26 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=8d457988a72487b35ee3922671775d73169339e3

commit 8d457988a72487b35ee3922671775d73169339e3
Merge: e8d027be6b84 45af733dbd17
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-11-30 04:57:45 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-11-30 04:57:45 +0000

    ota: Merge 20240728 (bsd-feature) from ota 3319c34a8713
    
    Jul 28, 2024
            Fixed readcsvrec resize segfault when reading csv records longer
            than 8k. Thanks to Ozan Yigit.
            mktime() added to bsd-features branch. Thanks to Todd Miller.

 contrib/one-true-awk/FIXES  |  5 +++++
 contrib/one-true-awk/awk.h  |  1 +
 contrib/one-true-awk/b.c    |  2 +-
 contrib/one-true-awk/lex.c  |  1 +
 contrib/one-true-awk/lib.c  |  2 +-
 contrib/one-true-awk/main.c |  2 +-
 contrib/one-true-awk/run.c  | 22 +++++++++++++++++++++-
 7 files changed, 31 insertions(+), 4 deletions(-)