On 2026/03/19 18:49, Bjorn Ketelaars wrote:
> borgbackup-1.4.4 has been released, which fixes a memory leak. Overview
> on changes can be found at [0].
> 
> I cherry-picked [1] to ensure that this update does not crash on big
> endian arches. The latter is caused by missing _le32toh() calls.
> 
> Run tested on amd64. It would be helpful if someone can test this update
> on a big endian arch.
> 
> Comments/OK?

OK with me, though I have no big-endian to test on.

> Any interest in having this is -stable?

Yes please. (big-endian is not much of an issue for -stable anyway..)

> +++ patches/patch-src_borg__hashindex_c
> @@ -0,0 +1,48 @@
> +Fix checks for big endian archs. Taken from
> +https://github.com/borgbackup/borg/pull/9522

It's been merged, so you could reference the commit instead if you like:

>From 7fd6df2514c084fdf28dea557e49018610ffb10a Mon Sep 17 00:00:00 2001
From: Thomas Waldmann <[email protected]>
Date: Thu, 19 Mar 2026 15:14:57 +0100
Subject: [PATCH] hashindex: fix new checks for big endian archs, fixes #9521

Reply via email to