Open trofi opened 3 years ago
Great. Is this project still maintained? This fix is actually needed to build in latest rolling release distributions.
I compiled improvements and fixes from others and from myself in my fork.
Unfortunately the pull requests I sent were not merged into upstream.
Feel free to convince the distributors to include all these changes. Thanks.
P.S. I have merged this pull into my fork (master branch), thanks trofi.
ncuses-6.3
added printf-style function attributes and now makes it easier to catch cases when user input is used in palce of format string when built with CFLAGS=-Werror=format-security:Let's wrap all the missing places with "%s" format.