screen-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[screen-devel] [bug #43127] CheckTtyname fail on AIX (realpath)


From: Doke Scott
Subject: [screen-devel] [bug #43127] CheckTtyname fail on AIX (realpath)
Date: Tue, 23 Dec 2014 15:25:08 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.1) Gecko/20141127 Firefox/31.9 PaleMoon/25.1.0

Follow-up Comment #2, bug #43127 (project screen):

This also happens with Solaris 10.  It's got an old version of realpath()
needs the second parameter to be a pointer to a real character buffer.  The
Linux version will take NULL, and malloc an appropriate buffer.  The solaris
10 version will fail at runtime.  

Patch attached.

(file #32703)
    _______________________________________________________

Additional Item Attachment:

File name: tty.sh.patch                   Size:0 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43127>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]