Skip Menu |

This queue is for tickets about the AnyEvent-Handle-UDP CPAN distribution.

Report information
The Basics
Id: 119217
Status: new
Priority: 0/
Queue: AnyEvent-Handle-UDP

People
Owner: Nobody in particular
Requestors: alexchandel [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Crashes when "host" argument is undef
In the original AnyEvent::Handle, the `tcp_server` function binds to all IP addresses when the host argument is undef. This is sensible behavior. However, when the host argument (the first element of the `bind` array) to AnyEvent::Handle::UDP is undef, it crashes and takes the process with it. It should be changed to bind all addresses (ideally both '0.0.0.0' and '::') instead.