Just a note that this patch should not have been committed to the
libgo directory. As described in libgo/README.gcc, the libgo
directory is a mirror of a repository stored elsewhere. Changes
committed directly to the gcc repo will eventually be lost. Thanks.
I'll take care of handling this patc
Sergey Bugaev, le mar. 18 mai 2021 15:21:50 +0300, a ecrit:
> If no output width limit has been set explicitly, and we're not printing
> to a tty, do not limit output width.
>
> In particular, this fixes grepping ps output.
applied, thanks!
> ---
> utils/ps.c | 5 +
> 1 file changed, 5 inse
If no output width limit has been set explicitly, and we're not printing
to a tty, do not limit output width.
In particular, this fixes grepping ps output.
---
utils/ps.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/utils/ps.c b/utils/ps.c
index 2cf6e4bd..8e39c2c5 100644
--- a/utils/p
On Fri, May 14, 2021 at 7:33 PM Sergey Bugaev wrote:
> Oh, and you would not believe this, but in the past couple of hours I
> have discovered *another* vulnerability, unrelated to the first one;
> it's even easier to exploit and also gives you root
And one more, unrelated to either of the first