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

2017-09-27 Thread Svante Signell
On Tue, 2017-09-26 at 22:07 +0200, Samuel Thibault wrote: > Hello, > > This time it looks correct :) > > (just a couple of nitpicks which I'll just fix). I saw that I forgot to free (cwd) immediately in execve.c. Do you want an updated patch? Additionally I wrote in spawni.c: /* Absolute path *

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

2017-09-27 Thread Samuel Thibault
Svante Signell, on mer. 27 sept. 2017 11:43:34 +0200, wrote: > What else did you find? That was mostly that, exactly :) Plus symbol exposition and an issue with absolute paths, commit to come soon. Samuel

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

2017-09-27 Thread Samuel Thibault
Samuel Thibault, on mer. 27 sept. 2017 14:53:18 +0200, wrote: > Svante Signell, on mer. 27 sept. 2017 11:43:34 +0200, wrote: > > What else did you find? > > That was mostly that, exactly :) > > Plus symbol exposition and an issue with absolute paths, commit to come > soon. Now it's committed, th

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

2017-09-27 Thread Svante Signell
On Wed, 2017-09-27 at 17:56 +0200, Samuel Thibault wrote: > Samuel Thibault, on mer. 27 sept. 2017 14:53:18 +0200, wrote: > > Svante Signell, on mer. 27 sept. 2017 11:43:34 +0200, wrote: > > > What else did you find? > > > > That was mostly that, exactly :) > > > > Plus symbol exposition and an i