breadtk (Osman Surkatty)
- Login: breadtk
- Email: osman@surkatty.org
- Registered on: 12/23/2015
- Last sign in: 02/15/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/23/2015
-
01:41 AM Ruby Bug #11864: Resolv incorrectly accepts invalid hostnames and caches records between sessions
- Assigning directly to Akira Tanaka, the Resolv maintainer per https://bugs.ruby-lang.org/projects/ruby/wiki/MaintainersStdlib
-
01:37 AM Ruby Bug #11864 (Third Party's Issue): Resolv incorrectly accepts invalid hostnames and caches records between sessions
- Hello,
While working on a DNS related project I noticed that Resolv's `getaddresses()` and `getaddress()` functions will incorrectly accepts an empty `String` and additionally returns a cached record if a new IRB session is invoked. `...