public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Side effect inside assert macro?
@ 2023-03-23 12:54 Andreas Schwab
  2023-03-25 19:48 ` Paul Pluzhnikov
  2023-03-25 21:32 ` [PATCH] Minor: don't call _dl_debug_update (which can have side effects) inside assert Paul Pluzhnikov
  0 siblings, 2 replies; 6+ messages in thread
From: Andreas Schwab @ 2023-03-23 12:54 UTC (permalink / raw)
  To: libc-alpha

In elf/dl-open.c there are two calls to _dl_debug_update inside the
assert macro:

581:      assert (_dl_debug_update (args->nsid)->r_state == RT_CONSISTENT);
930:  assert (_dl_debug_update (args.nsid)->r_state == RT_CONSISTENT);

Is it possible that these are the first calls of _dl_debug_update for
this nsid?

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-03-26 10:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23 12:54 Side effect inside assert macro? Andreas Schwab
2023-03-25 19:48 ` Paul Pluzhnikov
2023-03-25 21:32 ` [PATCH] Minor: don't call _dl_debug_update (which can have side effects) inside assert Paul Pluzhnikov
2023-03-25 22:09   ` Florian Weimer
2023-03-26  0:24     ` Paul Pluzhnikov
2023-03-26 10:35       ` Florian Weimer

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).