Re: [PATCH] Off-by-one bug in httpd's config file port number checking

2017-08-18 Thread Chris Cappuccio
Kris Katterjohn [katterj...@gmail.com] wrote: > Hello, > > I think I've found an off-by-one bug in httpd: it cannot listen on port > 65535 when the port is specified as a number (although it can listen on > it if specified as the string "65535", or if an appropriate line is > added to /etc/service

[PATCH] Off-by-one bug in httpd's config file port number checking

2017-08-17 Thread Kris Katterjohn
Hello, I think I've found an off-by-one bug in httpd: it cannot listen on port 65535 when the port is specified as a number (although it can listen on it if specified as the string "65535", or if an appropriate line is added to /etc/services and it's specified with that name). $ uname -a OpenBSD