Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Garbage on embedded DNS port crashes daemon #20350

Closed
lheckemann opened this issue Feb 16, 2016 · 3 comments
Closed

Garbage on embedded DNS port crashes daemon #20350

lheckemann opened this issue Feb 16, 2016 · 3 comments
Assignees
Labels
area/networking kind/bug Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed. priority/P1 Important: P1 issues are a top priority and a must-have for the next release.
Milestone

Comments

@lheckemann
Copy link
Contributor

I'm running debian stable.
uname -a:

Linux computer 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt20-1+deb8u3 (2016-01-17) x86_64 GNU/Linux

docker version:

Client:
 Version:      1.10.1
 API version:  1.22
 Go version:   go1.5.3
 Git commit:   9e83765
 Built:        Thu Feb 11 19:09:42 2016
 OS/Arch:      linux/amd64

Server:
 Version:      1.10.1
 API version:  1.22
 Go version:   go1.5.3
 Git commit:   9e83765
 Built:        Thu Feb 11 19:09:42 2016
 OS/Arch:      linux/amd64

docker info:

Containers: 11
 Running: 0
 Paused: 0
 Stopped: 11
Images: 169
Server Version: 1.10.1
Storage Driver: aufs
 Root Dir: /var/lib/docker/aufs
 Backing Filesystem: extfs
 Dirs: 202
 Dirperm1 Supported: true
Execution Driver: native-0.2
Logging Driver: json-file
Plugins: 
 Volume: local
 Network: bridge null host
Kernel Version: 3.16.0-4-amd64
Operating System: Debian GNU/Linux 8 (jessie)
OSType: linux
Architecture: x86_64
CPUs: 8
Total Memory: 15.62 GiB
Name: computer
ID: DZVQ:A2VP:KUGX:AGI5:RFIA:JDHO:HHB6:JACK:6QXK:4YRS:B6NP:VTU2

To reproduce:

$ docker network create crash
$ docker run -ti --net crash debian bash
container# apt-get update && apt-get -y install netcat-traditional
container# echo "hello" | nc -u 127.0.0.11 53

Expected results: daemon doesn't crash
Actual results: daemon crashes

@thaJeztah thaJeztah added this to the 1.10.2 milestone Feb 16, 2016
@thaJeztah thaJeztah added the kind/bug Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed. label Feb 16, 2016
@thaJeztah
Copy link
Member

I was able to reproduce this, thanks for reporting!

@thaJeztah thaJeztah added the priority/P0 Urgent: Security, critical bugs, blocking issues. drop everything until this issue is addressed. label Feb 16, 2016
@tiborvass tiborvass added priority/P1 Important: P1 issues are a top priority and a must-have for the next release. and removed priority/P0 Urgent: Security, critical bugs, blocking issues. drop everything until this issue is addressed. labels Feb 16, 2016
@tiborvass
Copy link
Contributor

Reopening because it was fixed in master but not for 1.10.2

@tiborvass tiborvass reopened this Feb 19, 2016
@tiborvass
Copy link
Contributor

Fixed by #20510

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/networking kind/bug Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed. priority/P1 Important: P1 issues are a top priority and a must-have for the next release.
Projects
None yet
Development

No branches or pull requests

4 participants