[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new modules for looking up the ancestors of a process
From: |
Bruno Haible |
Subject: |
Re: new modules for looking up the ancestors of a process |
Date: |
Wed, 14 Aug 2019 11:25:17 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-157-generic; KDE/5.18.0; x86_64; ; ) |
Bernhard Voelker wrote:
> I'd document that the caller has to free the returned memory later;
> so at least here in the module description, but maybe also in the
> header and - as it serves as example code - in the test.
Good point. I did this in the header and in the example code.
Also added a comment that the program's base name may be truncated
(especially on HP-UX with its 14-characters limit it may be a real
issue).
Also changed the code for Cygwin and Haiku to avoid gcc warnings.
Pushed.
Bruno