Skip to content

build: Fix ASAN build with --define=google_grpc=disabled#3211

Merged
ggreenway merged 1 commit intoenvoyproxy:masterfrom
ggreenway:fix-grpc-asan
Apr 25, 2018
Merged

build: Fix ASAN build with --define=google_grpc=disabled#3211
ggreenway merged 1 commit intoenvoyproxy:masterfrom
ggreenway:fix-grpc-asan

Conversation

@ggreenway
Copy link
Copy Markdown
Member

ASAN does not allow *(nullptr) being converted to a reference.

Fixes #3208

Signed-off-by: Greg Greenway ggreenway@apple.com

Risk Level: Low

Testing: Built ASAN with --define=google_grpc=disabled

ASAN does not allow *(nullptr) being converted to a reference.

Fixes envoyproxy#3208

Signed-off-by: Greg Greenway <ggreenway@apple.com>
@ggreenway ggreenway merged commit 1f18b61 into envoyproxy:master Apr 25, 2018
ramaraochavali pushed a commit to ramaraochavali/envoy that referenced this pull request May 3, 2018
ASAN does not allow *(nullptr) being converted to a reference.

Fixes envoyproxy#3208

Signed-off-by: Greg Greenway <ggreenway@apple.com>
Signed-off-by: Rama <rama.rao@salesforce.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants