4 comments

  • kazinator15 minutes ago
    &gt; ** NULL assignment detected<p>That&#x27;s without any hardware support (MMU) on DOS; compiler-generated code does the null checks.<p>Without it, you get unpredictable results for that bit of UB; the program can trample bytes around the null address.
  • userbinator1 hour ago
    <i>because it emulates an Ethernet packet driver but it is really just SLIP over a serial port</i><p>Today, the same is true of many other physical-layer protocols that developed later, such as WiFi and the GSMA mobile standards; they seem to have converged on the Ethernet frame format at the software interface, presenting the appearance of an Ethernet NIC to software, because that&#x27;s the easiest way to make use of existing network stacks. There&#x27;s also the weirdness of tunneling protocols like PPPoE which only exist to tunnel Ethernet through non-Ethernet systems.
  • NooneAtAll31 hour ago
    I wonder if you could&#x27;ve tried &quot;Fil-C&quot; compiler to catch the bug<p>one of those things that &quot;I heard about recently, would love a practical test, but have no current need to try on&quot;