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.
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
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
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
incidentally these warnings don't come up on ubuntu disco. which is weird because it's also 1.10