Menu

#79 TCPIPGetErrorTable tcpDGMSTBLEN

3.0b10
pending-fixed
None
5
2019-01-26
2019-01-18
No

The Fine Manual states:

tcpDGMSTBLEN The total length of the error table, in bytes, including
  tcpDGMSTBLEN

In actuality, TCPIPGetErrorTable returns 0 in this field.

in IP.S, line 550 or so, please change this:

ERRORTABLE ENT
 DS tcpDGMSLEN

to:

ERRORTABLE ENT
 ADRL tcpDGMSLEN ; size of error table
 DS tcpDGMSLEN-4

Discussion

  • Andrew Roughan

    Andrew Roughan - 2019-01-26

    Internal: PC /NewDev2/Testbuild/Marinetti/Init/I.IP.B79.S

     

    Last edit: Andrew Roughan 2019-01-26
  • Andrew Roughan

    Andrew Roughan - 2019-01-26
    • status: open --> pending-fixed
    • assigned_to: Andrew Roughan
     
  • Andrew Roughan

    Andrew Roughan - 2019-01-26
    • Group: Reproducable --> 3.0b10
     

Log in to post a comment.