[MacPorts] #54329: Hercules IBM system emulator fails

MacPorts noreply at macports.org
Sun Jun 18 02:10:41 UTC 2017


#54329: Hercules IBM system emulator fails
-----------------------+----------------------
  Reporter:  zslg01    |      Owner:  jking@…
      Type:  defect    |     Status:  assigned
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:
      Port:  hercules  |
-----------------------+----------------------

Comment (by zslg01):

 The fix is here (from Hercules discussion group)

 View Source
 it is fixed in the latest git
 if You do not want to pull the updated sources
 just in hscutl change SOL_TCP to IPPROTO_TCP

 and in panel.c
 around line 707 substitute

 **************
     strlcpy( cmdline, cmd, sizeof(cmdline) );
 *************

 with
 *************
     if (cmd != (void*)cmdline)
         strlcpy( cmdline, cmd, sizeof(cmdline) );
 *************

--
Ticket URL: <https://trac.macports.org/ticket/54329#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list