On Thu, Jun 1, 2023 at 4:18 PM HAGIO KAZUHITO(萩尾 一仁) <k-hagio-ab(a)nec.com>
wrote:
>
> If this is not used, can we set it to an invalid value such as -1(ulong->
> 0xffffffff)? Otherwise we can still see a valid value by "help -s"
command.
Agree to set an invalid value, but I would like 0. -1 hits this:
Fine to me, but I see the following code in crash-utility:
...
if (!lm->mod_etext_guess)
find_mod_etext(lm);
...
If they have no conflicts, that should be good.
Thanks
Lianbo