iamasmith (Andrew Smith)
- Login: iamasmith
- Registered on: 10/04/2016
- Last sign in: 08/25/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
04/26/2017
-
05:32 PM Ruby Bug #13513: Resolv::DNS::Message.decode hangs after detecting truncation in UDP messages
- After further consideration I had a look at rfc1035 with regard to the handling of record counts in truncated messages and it discusses ANCOUNT as being the number of answers in the answer section and not necessarily the number of answer...
-
04:13 PM Ruby Bug #13513 (Closed): Resolv::DNS::Message.decode hangs after detecting truncation in UDP messages
- ruby-core:32407 introduced support for a TCP requestor in fetch_resource if Resolv::DNS::Message.decode returned RCode::NoError and a reply tc of 1.
Unfortunately Resolv::DNS::Message.decode proceeds to attempt to unpack all answers b...
10/04/2016
-
02:15 PM Ruby Bug #12808 (Closed): Ruby builds do not produce Process::UPTIME constant on macOS Sierra
- Due to the fact that macOS Sierra does not define CLOCK_UPTIME in /usr/include/time.h the UPTIME constant is never generated during the Ruby build.
macOS defines CLOCK_UPTIME_RAW instead as..
clock that increments monotonically, in...