Thread (109 messages) flat view 109 messages, 7 authors, 2026-07-04

Re: [PATCH v3 6/9] list-objects-filter-options: support 'auto' mode for --filter

From: Christian Couder <hidden>
Date: 2026-02-16 13:26:17

On Sat, Feb 14, 2026 at 3:35 AM Jeff King [off-list ref] wrote:
On Thu, Feb 12, 2026 at 11:08:37AM +0100, Christian Couder wrote:
quoted
@@ -317,6 +346,7 @@ void list_objects_filter_release(
      struct list_objects_filter_options *filter_options)
 {
      size_t sub;
+     unsigned int allow_auto_filter = filter_options->allow_auto_filter;

      if (!filter_options)
              return;
This will segfault if anybody passes in a NULL filter_options, before we
get to the NULL check in the context.

I don't think anybody does this in practice, but probably we should
either remove the NULL check, or you should push the assignment of your
local variable down below it.
Thanks Peff, I have moved the assignment of the local variable below
the NULL check.

A v4 with this single change compared to v3 has just been sent.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help