Re: Warnings for %n in format strings

2021-09-14 Thread Stuart Henderson
On 2021/09/14 05:42, Theo Buehler wrote: > On Tue, Sep 07, 2021 at 09:10:39PM +0100, Stuart Henderson wrote: > > > devel/libvstr The OpenBSD ports mailing-list > > > > I don't remember what libvstr was imported for originally but it's > > unused in ports, I propose removing it > >

Re: Warnings for %n in format strings

2021-09-13 Thread Theo Buehler
On Tue, Sep 07, 2021 at 09:10:39PM +0100, Stuart Henderson wrote: > > devel/libvstr The OpenBSD ports mailing-list > > I don't remember what libvstr was imported for originally but it's > unused in ports, I propose removing it Converting it to avoid %n will be a bit of work (18 files

Re: Warnings for %n in format strings (2021-09-10)

2021-09-10 Thread joshua stein
On Fri, 10 Sep 2021 at 16:29:57 +0200, Christian Weisgerber wrote: > Here's the list of remaining ports with > > warning: '%n' format specifier support is deactivated and will call abort(3) > > These need to be fixed before the release. > net/dnstracer The OpenBSD ports mailing-list

Warnings for %n in format strings (2021-09-10)

2021-09-10 Thread Christian Weisgerber
Here's the list of remaining ports with warning: '%n' format specifier support is deactivated and will call abort(3) These need to be fixed before the release. databases/openldap23The OpenBSD ports mailing-list devel/adb The OpenBSD ports mailing-list devel/libvstr

Re: Warnings for %n in format strings

2021-09-08 Thread Sebastien Marie
On Wed, Sep 08, 2021 at 01:37:34PM +0100, Stuart Henderson wrote: > On 2021/09/07 21:24, Christian Weisgerber wrote: > > Earlier today, semarie@ committed a change that will now cause base > > clang to warn when the %n specifier appears in a format string for > > the printf(3) family of functions:

Re: Warnings for %n in format strings

2021-09-08 Thread Theo de Raadt
Stuart Henderson wrote: > On 2021/09/07 21:24, Christian Weisgerber wrote: > > Earlier today, semarie@ committed a change that will now cause base > > clang to warn when the %n specifier appears in a format string for > > the printf(3) family of functions: > > > > warning: '%n' format specifier

Re: Warnings for %n in format strings

2021-09-08 Thread Stuart Henderson
On 2021/09/07 21:24, Christian Weisgerber wrote: > Earlier today, semarie@ committed a change that will now cause base > clang to warn when the %n specifier appears in a format string for > the printf(3) family of functions: > > warning: '%n' format specifier support is deactivated and will call

Re: Warnings for %n in format strings

2021-09-08 Thread Christian Weisgerber
Stuart Henderson: > henning: do you still use openldap 2.3? if not, the port is a bit of a > source of problems and it would be helpful to remove it (these days 2.4 > has a backend which is nothing to do with berkeley db which iirc was the > original problem) In case we still need it, we can

lang/ghc (was: Warnings for %n in format strings)

2021-09-07 Thread Matthias Kilian
Hi, On Tue, Sep 07, 2021 at 09:24:31PM +0200, Christian Weisgerber wrote: > lang/ghcThe OpenBSD ports mailing-list Untested patch -- I'll probably get a test build with it together with all ports depending on ghc tomorrow, but if anyone want's to beat me ... Ciao, Kili

Re: Warnings for %n in format strings

2021-09-07 Thread Stuart Henderson
henning: do you still use openldap 2.3? if not, the port is a bit of a source of problems and it would be helpful to remove it (these days 2.4 has a backend which is nothing to do with berkeley db which iirc was the original problem) On 2021/09/07 21:24, Christian Weisgerber wrote: > Earlier

Warnings for %n in format strings

2021-09-07 Thread Christian Weisgerber
Earlier today, semarie@ committed a change that will now cause base clang to warn when the %n specifier appears in a format string for the printf(3) family of functions: warning: '%n' format specifier support is deactivated and will call abort(3) I already ran a full amd64 bulk build with this.