Trey Green
Trey Green
OpenDIS segfaults on IncomingMessage::SwitchOnType (called by IncomingMessage::Process). Have come across this once on Windows and once on RHEL. First was while processing the [DetonationPdu][Detonation] on Windows and second time was...
Python doesn't recognize the `null()` function call. [Line 129 of dis7.py](https://github.com/open-dis/open-dis-python/blob/928becd43282dee1adb3c3853f1fd312addfd883/opendis/dis7.py#L129) is 1st example. ```python for idx in range(0, self.recordLength): element = null() element.parse(inputStream) self.iffData.append(element) ``` Is this supposed to...
Fedora added wget2 as a drop in replacement for wget. The problem being that wget2 does not support the passive ftp flag. This [wget2 issue](https://gitlab.com/gnuwget/wget2/-/issues/3) has not been commented on...