#26 hardening

Open
opened 5 years ago by themusicgod1 · 2 comments

lintian reports: W: golang-notabug-themusicgod1-panicparse-dev: hardening-no-relro usr/bin/panic W: golang-notabug-themusicgod1-panicparse-dev: hardening-no-pie usr/bin/panic W: golang-notabug-themusicgod1-panicparse-dev: hardening-no-relro usr/bin/panicparse W: golang-notabug-themusicgod1-panicparse-dev: hardening-no-pie usr/bin/panicparse W: golang-notabug-themusicgod1-panicparse-dev: hardening-no-relro usr/bin/pp W: golang-notabug-themusicgod1-panicparse-dev: hardening-no-pie usr/bin/pp

lintian reports: W: golang-notabug-themusicgod1-panicparse-dev: hardening-no-relro usr/bin/panic W: golang-notabug-themusicgod1-panicparse-dev: hardening-no-pie usr/bin/panic W: golang-notabug-themusicgod1-panicparse-dev: hardening-no-relro usr/bin/panicparse W: golang-notabug-themusicgod1-panicparse-dev: hardening-no-pie usr/bin/panicparse W: golang-notabug-themusicgod1-panicparse-dev: hardening-no-relro usr/bin/pp W: golang-notabug-themusicgod1-panicparse-dev: hardening-no-pie usr/bin/pp
Jeff Cliff commented 5 years ago
Owner

This is a consequence of having not having buildmode pie turned on, so that panic can have a real race condition. Buildmode pie and -race cannot be both enabled, at least in go 1.10.

Curious if this is some kind of necessity or if this is just a limitation by way of it's not been implemented https://twitter.com/jeffcliff1/status/1097694968171229184

This is a consequence of having not having buildmode pie turned on, so that panic can have a real race condition. Buildmode pie and -race cannot be both enabled, at least in go 1.10. Curious if this is some kind of necessity or if this is just a limitation by way of it's not been implemented https://twitter.com/jeffcliff1/status/1097694968171229184
Jeff Cliff commented 5 years ago
Owner

incidentally these warnings don't come up on ubuntu disco. which is weird because it's also 1.10

incidentally these warnings don't come up on ubuntu disco. which is weird because it's also 1.10
Sign in to join this conversation.
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.