lvm-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Zdeněk Kabeláč (@zdenek.kabelac) <gitlab@mg.gitlab.com>
To: lvm-devel@redhat.com
Subject: [Git][lvmteam/lvm2][main] debug: missed properly modify pointer type
Date: Thu, 13 Jul 2023 19:53:22 +0000	[thread overview]
Message-ID: <64b056326b5e8_282d2622862915@gitlab-sidekiq-low-urgency-cpu-bound-v2-db56db498-cz9p7.mail> (raw)



Zden?k Kabel?? pushed to branch main at LVM team / lvm2


Commits:
97fc0ca4 by Zdenek Kabelac at 2023-07-13T21:52:20+02:00
debug: missed properly modify pointer type

- - - - -


1 changed file:

- lib/log/log.c


Changes:

=====================================
lib/log/log.c
=====================================
@@ -248,7 +248,7 @@ static int _get_pid_starttime(int *pid, unsigned long long *starttime)
 		    "%*d %*u %*u %*u %*u " /* mjflt */
 		    "%*u %*u %*u %*d %*d " /* cstim */
 		    "%*d %*d %*d %*d " /* itrealvalue */
-		    "%llu", &starttime) == 1))
+		    "%llu", starttime) == 1))
 		return 1;
 
 	log_debug("Cannot parse content of %s.", statfile);



View it on GitLab: https://gitlab.com/lvmteam/lvm2/-/commit/97fc0ca49bdb37ae0a094c45ab6a1bc9f31a38a2

-- 
View it on GitLab: https://gitlab.com/lvmteam/lvm2/-/commit/97fc0ca49bdb37ae0a094c45ab6a1bc9f31a38a2
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/lvm-devel/attachments/20230713/692db9ed/attachment-0001.htm>

                 reply	other threads:[~2023-07-13 19:53 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=64b056326b5e8_282d2622862915@gitlab-sidekiq-low-urgency-cpu-bound-v2-db56db498-cz9p7.mail \
    --to=gitlab@mg.gitlab.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).