From: Patrick Steinhardt <ps@pks.im>
To: git@vger.kernel.org
Subject: [PATCH v2 0/2] reftable/block: fix binary search over restart counter
Date: Thu, 7 Mar 2024 21:35:52 +0100 [thread overview]
Message-ID: <cover.1709843663.git.ps@pks.im> (raw)
In-Reply-To: <a4312698cceab5f2438c9dd34465da21d719e256.1709825186.git.ps@pks.im>
[-- Attachment #1: Type: text/plain, Size: 542 bytes --]
Hi,
this is the second version of my patch series that fixes the binary
search over block restart counters. I've add another commit on top that
fixes a memory leak that was uncovered by the fix.
Patrick
Patrick Steinhardt (2):
reftable/record: fix memory leak when decoding object records
reftable/block: fix binary search over restart counter
reftable/block.c | 2 +-
reftable/record.c | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
base-commit: 43072b4ca132437f21975ac6acc6b72dc22fd398
--
2.43.1
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2024-03-07 20:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-07 15:26 [PATCH] reftable/block: fix binary search over restart counter Patrick Steinhardt
2024-03-07 16:24 ` Patrick Steinhardt
2024-03-07 20:35 ` Patrick Steinhardt [this message]
2024-03-07 20:35 ` [PATCH v2 1/2] reftable/record: fix memory leak when decoding object records Patrick Steinhardt
2024-03-07 20:36 ` [PATCH v2 2/2] reftable/block: fix binary search over restart counter Patrick Steinhardt
2024-03-07 23:29 ` Junio C Hamano
2024-03-08 0:40 ` Junio C Hamano
2024-03-11 5:18 ` Patrick Steinhardt
2024-03-11 17:33 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1709843663.git.ps@pks.im \
--to=ps@pks.im \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.