Hi!
On Mon, 2014-06-09 at 12:03:32 -0600, Adam Conrad wrote:
> Package: dpkg
> Version: 1.17.10
> Severity: normal
> Tags: patch
> Please apply this simple patch, now that GCC and glibc on arm64 support
> -fstack-protector. Thanks in advance:
>
> --- dpkg-1.17.9/scripts/Dpkg/Vendor/Debian.pm 2014-04-29 06:24:42.000000000
> -0600
> +++ dpkg-1.17.9ubuntu1/scripts/Dpkg/Vendor/Debian.pm 2014-04-30
> 08:24:18.000000000 -0600
> @@ -122,8 +122,8 @@
> # (#574716).
> $use_feature{pie} = 0;
> }
> - if ($cpu =~ /^(ia64|alpha|mips|mipsel|hppa|arm64)$/ or $arch eq 'arm') {
> - # Stack protector disabled on ia64, alpha, arm64, mips, mipsel, hppa.
> + if ($cpu =~ /^(ia64|alpha|mips|mipsel|hppa)$/ or $arch eq 'arm') {
> + # Stack protector disabled on ia64, alpha, mips, mipsel, hppa.
> # "warning: -fstack-protector not supported for this target"
> # Stack protector disabled on arm (ok on armel).
> # compiler supports it incorrectly (leads to SEGV)
Thanks, applied locally, will be included in 1.17.11, which I think
I'll be releasing earlier than anticipated.
Regards,
Guillem
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]