public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] stripper: Strip any PIE executables
Date: Fri, 01 Jul 2022 08:51:33 +0000	[thread overview]
Message-ID: <9893c529-d1b6-fd4d-d48e-60e8a83d439d@ipfire.org> (raw)
In-Reply-To: <20220630132115.8247-1-michael.tremer@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 604 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> Fixes: #12894
> Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
> ---
>   src/stripper | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/src/stripper b/src/stripper
> index fadbc514b..4014f03a4 100755
> --- a/src/stripper
> +++ b/src/stripper
> @@ -38,6 +38,10 @@ function _strip() {
>   			args+=( "--strip-all" )
>   			;;
>   
> +		*Type:*"DYN (Position-Independent Executable file)"*)
> +			args+=( "--strip-all" )
> +			;;
> +
>   		# Binaries
>   		*Type:*"EXEC (Executable file)"*)
>   			args+=( "--strip-all" )

       reply	other threads:[~2022-07-01  8:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220630132115.8247-1-michael.tremer@ipfire.org>
2022-07-01  8:51 ` Peter Müller [this message]
2022-07-06  9:56   ` Peter Müller
2022-07-06  9:57     ` Michael Tremer
2022-07-06 10:00       ` Peter Müller
2022-07-06 10:20         ` Michael Tremer
2022-07-06 12:34           ` Peter Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9893c529-d1b6-fd4d-d48e-60e8a83d439d@ipfire.org \
    --to=peter.mueller@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox