Re: [e-users] E crash with Nvidia

2021-09-07 Thread Al Poole
ok i pushed some changes as did raster...i seem to be running with asan and no problems...famous last words. On Tue, Sep 7, 2021 at 11:19 AM Al Poole wrote: > Hey can you try this... > > > > On Tue, Sep 7, 2021 at 9:30 AM Al Poole wrote: > >> Nah >> >> On Tue, 7 Sep 2021, 09:25 Florian Schaefer

Re: [e-users] E crash with Nvidia

2021-09-07 Thread Al Poole
Hey can you try this... On Tue, Sep 7, 2021 at 9:30 AM Al Poole wrote: > Nah > > On Tue, 7 Sep 2021, 09:25 Florian Schaefer, wrote: > >> It seems I was once again celebrating to early... >> >> >> Not trying to pretend that I actually understand the logic behind the >> changed line >> >> if ((

Re: [e-users] E crash with Nvidia

2021-09-07 Thread Al Poole
Nah On Tue, 7 Sep 2021, 09:25 Florian Schaefer, wrote: > It seems I was once again celebrating to early... > > > Not trying to pretend that I actually understand the logic behind the > changed line > > if ((n) && (*n) && (*n + 1)) eina_strbuf_append(buf, " "); > > it more importantly still leads

Re: [e-users] E crash with Nvidia

2021-09-07 Thread Florian Schaefer
It seems I was once again celebrating to early... Not trying to pretend that I actually understand the logic behind the changed line if ((n) && (*n) && (*n + 1)) eina_strbuf_append(buf, " "); it more importantly still leads to buffer overflows. https://pastebin.com/gf6AppF1 Am I lately the

Re: [e-users] E crash with Nvidia

2021-09-07 Thread Florian Schaefer
Excellent. Many thanks. :) Cheers, Florian "Al Poole" [email protected] – September 7, 2021 4:18 PM > Pushed. > > On Tue, Sep 7, 2021 at 8:11 AM Al Poole wrote: > > > Thanks Florian, I didn't backport this to procstats...should have a fix... > > > > On Tue, Sep 7, 2021 at 12:46 AM Florian Scha

Re: [e-users] E crash with Nvidia

2021-09-07 Thread Al Poole
Pushed. On Tue, Sep 7, 2021 at 8:11 AM Al Poole wrote: > Thanks Florian, I didn't backport this to procstats...should have a fix... > > On Tue, Sep 7, 2021 at 12:46 AM Florian Schaefer > wrote: > >> I think we've got a second, independent issue with procstat here. This >> time it seems to me yo

Re: [e-users] E crash with Nvidia

2021-09-07 Thread Al Poole
Thanks Florian, I didn't backport this to procstats...should have a fix... On Tue, Sep 7, 2021 at 12:46 AM Florian Schaefer wrote: > I think we've got a second, independent issue with procstat here. This > time it seems to me your friendly string-buffer overflow. Incidentally > triggered by a lo