On 2023-10-24, Lucretia <openbsd.g...@icloud.com> wrote: > I made my first patch! > > To devel/dwz, I'm not sure how to submit it, or if it's even useful to anyone. > > Basically I just changed all instances of strcpy and sprintf to use strlcpy > and snprintf, because the compiler said to.
This sort of change should go upstream rather than in ports. Be careful that you're using correct lengths though, it is possible to get things wrong and break programs.