Hi Dmitry,
On Wed, May 12, 2021 at 11:35:27PM +0300, Dmitry V. Levin wrote:
> On Wed, May 12, 2021 at 10:29:33PM +0200, Mark Wielaard wrote:
> > On Wed, May 12, 2021 at 04:00:00PM +, Dmitry V. Levin wrote:
> > > Exit status of 255 in case of an error is probably not what elfcompress
> > > user
Hi Mark,
On Wed, May 12, 2021 at 10:29:33PM +0200, Mark Wielaard wrote:
> Hi Dmitry,
>
> On Wed, May 12, 2021 at 04:00:00PM +, Dmitry V. Levin wrote:
> > Exit status of 255 in case of an error is probably not what elfcompress
> > users expect, change it to 1.
> >
> > Reported-by: Vitaly Chik
Hi Dmitry,
On Wed, May 12, 2021 at 04:00:00PM +, Dmitry V. Levin wrote:
> Exit status of 255 in case of an error is probably not what elfcompress
> users expect, change it to 1.
>
> Reported-by: Vitaly Chikunov
> Fixes: 92acb57eb046 ("elfcompress: New utility.")
> [...]
> diff --git a/src/
Exit status of 255 in case of an error is probably not what elfcompress
users expect, change it to 1.
Reported-by: Vitaly Chikunov
Fixes: 92acb57eb046 ("elfcompress: New utility.")
---
src/ChangeLog | 2 ++
src/elfcompress.c | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git