Re: BUG: /proc/self/exe reports relative paths, should always return absolute paths?

2017-09-25 Thread Svante Signell
On Sun, 2017-09-24 at 15:58 +0200, Svante Signell wrote: > On Sun, 2017-09-24 at 15:22 +0200, Samuel Thibault wrote: > > Hello, > > > > Svante Signell, on dim. 24 sept. 2017 15:17:02 +0200, wrote: > > > On Fri, 2017-09-22 at 20:27 +0200, Samuel Thibault wrote: > > I however realize: we of course n

Re: BUG: /proc/self/exe reports relative paths, should always return absolute paths?

2017-09-25 Thread Samuel Thibault
Svante Signell, on lun. 25 sept. 2017 17:51:52 +0200, wrote: > However child_lookup() expects a const char *, but the compiler does not > complain here. Sure, you can pass a char* to a function that expects a const char*. > The following tests still reveal unwanted behaviour: (where to change ?)