Re: [systemd-devel] [EXT] Initialization of "vbuf" in function "token_match_attr"

2020-09-08 Thread Josef Möllers
On 08.09.20 16:03, Amit anand wrote: > Hi, > > On Tue, Sep 8, 2020 at 6:23 PM Ulrich Windl > > wrote: > > Hi! > > vbuf is initialized: It has some address on the stack, so "if > (value != vbuf)" is comparing adresses, if I got it right... > >

Re: [systemd-devel] [EXT] Initialization of "vbuf" in function "token_match_attr"

2020-09-08 Thread Amit anand
Hi, On Tue, Sep 8, 2020 at 6:23 PM Ulrich Windl < ulrich.wi...@rz.uni-regensburg.de> wrote: > Hi! > > vbuf is initialized: It has some address on the stack, so "if (value != > vbuf)" is comparing adresses, if I got it right... > vbuf having some address on stack and "if(value!=vbuf)" is