On Sun, Sep 19, 2021 at 10:48:32PM +0200, Ingo Schwarze wrote:
> Hi Marc, hi Naddy,
>
> Christian Weisgerber wrote on Sun, Sep 19, 2021 at 09:23:18PM +0200:
>
> [...]
> > Let's focus on fixing bugs!
> > This includes the list of remaining ports with %n warnings:
> >
> > editors/cooledit
> [...]
>
> I think the patch appended below fixes those crashes in cooledit
> that are directly related to printf(%n).
>
> OK?
ok tb
> There are many other places in the codebase where %n occurs, but i
> failed to find any others related to printf(3).
Same here. The other occurrences of %n are either fed into sscanf() or
are part of commands that sent through some kind of homegrown percent
substitution.
No comments:
Post a Comment