khall (Kevin Hall)
- Login: khall
- Registered on: 01/15/2018
- Last sign in: 04/13/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/15/2018
-
05:42 PM Ruby Bug #14361 (Closed): Segmentation fault when array includes two nil's without a comma between them: [nil nil, nil]
- Easily reproduced segmentation fault relating to forgetting to type a comma between nil's in an array. Doesn't occur if array only contains the `nil nil` entry, instead throws a syntax error, which is what I would expect in this case.
...