From: Thomas Adam Subject: Re: const-ify more tables To: "Todd C. Miller" Cc: Christian Weisgerber , gameoftrees@openbsd.org Date: Thu, 17 Mar 2022 18:14:34 +0000 On Thu, 17 Mar 2022 at 18:12, Todd C. Miller wrote: > > On Thu, 17 Mar 2022 18:51:44 +0100, Christian Weisgerber wrote: > > > The ongoing const-ification commits for the OpenBSD kernel made me > > look again at got; this const-ifies some more tables. > > Those all look correct. Out of curiosity, are you finding these > manually or using a tool to help? Good question, Todd. I run GoT-portable through a static code analysis engine (Codacy) which highlights some things which I'll send a report out on soon. But if there is other tooling which could help with these sorts of problems, I'd love to know as well. Kindly, Thomas