Side effect inside assert macro?
Andreas Schwab
schwab@suse.de
Thu Mar 23 12:54:39 GMT 2023
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."
More information about the Libc-alpha
mailing list