lkml.org 
[lkml]   [2020]   [Apr]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v2 10/10] objtool: Support multiple stack_op per instruction
    On Thu, Apr 02, 2020 at 12:54:26PM -0500, Josh Poimboeuf wrote:
    > On Fri, Mar 27, 2020 at 03:28:47PM +0000, Julien Thierry wrote:
    > > @@ -127,6 +129,10 @@ int arch_decode_instruction(struct elf *elf, struct section *sec,
    > > if (insn.sib.nbytes)
    > > sib = insn.sib.bytes[0];
    > >
    > > + op = calloc(1, sizeof(*op));
    > > + if (!op)
    > > + return -1;
    > > +
    >
    > Why not malloc()?

    calloc() does a memset(), I wondered the same and read the manpage ;-)

    \
     
     \ /
      Last update: 2020-04-02 20:26    [W:3.366 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site