From: Zdenek Kabelac <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: main - debug: add backtraces
Date: Fri, 23 Jun 2023 16:09:47 +0000 (GMT) [thread overview]
Message-ID: <20230623160947.173B73858434@sourceware.org> (raw)
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=46fe47b8e0ad8069bb3736d2aa3e78befdccb38d
Commit: 46fe47b8e0ad8069bb3736d2aa3e78befdccb38d
Parent: a1d5fba666ccc6f3189d492ba01896f79cf6176f
Author: Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate: Fri Jun 23 16:04:55 2023 +0200
Committer: Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Fri Jun 23 18:08:03 2023 +0200
debug: add backtraces
---
lib/config/config.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/config/config.c b/lib/config/config.c
index 5531e431d..1c074abe8 100644
--- a/lib/config/config.c
+++ b/lib/config/config.c
@@ -741,13 +741,13 @@ static struct dm_config_value *_get_def_array_values(struct cmd_context *cmd,
}
/* Proper value always starts with '#'. */
if (token[0] != '#')
- goto bad;
+ goto_bad;
while (token) {
/* Move to type identifier. Error on no char. */
token++;
if (!token[0])
- goto bad;
+ goto_bad;
/* Move to the actual value and decode any "##" into "#". */
p = token + 1;
reply other threads:[~2023-06-23 16:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20230623160947.173B73858434@sourceware.org \
--to=zkabelac@sourceware.org \
--cc=lvm-devel@redhat.com \
/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.