# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/libfyaml/hotfix-arch32.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- libfyaml-0.9.6/include/libfyaml/libfyaml-vlsize.h.vanilla 2026-05-31 13:13:57.129821756 +0200 +++ libfyaml-0.9.6/include/libfyaml/libfyaml-vlsize.h 2026-05-31 13:15:03.746641741 +0200 @@ -263,7 +263,7 @@ * Returns: Pointer to one past the last consumed byte. */ static inline const uint8_t * -fy_decode_size32_nocheck(const uint8_t *start, uint64_t *sizep) +fy_decode_size32_nocheck(const uint8_t *start, size_t *sizep) { const uint8_t *p; size_t size; @@ -816,7 +816,7 @@ static inline const uint8_t * fy_skip_size(const uint8_t *start, size_t bufsz) { - return fy_skip_size32(start, bufsz, &sz); + return fy_skip_size32(start, bufsz); } static inline const uint8_t *