bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/19273] New: sim/common/sim-utils.c:336: missing call to va


From: dcb314 at hotmail dot com
Subject: [Bug binutils/19273] New: sim/common/sim-utils.c:336: missing call to va_end ?
Date: Fri, 20 Nov 2015 14:29:59 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=19273

            Bug ID: 19273
           Summary: sim/common/sim-utils.c:336: missing call to va_end ?
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

sim/common/sim-utils.c:336]: (error) va_list 'ap' was opened but not closed by
va_end().

Source code is

  va_start (ap, fmt);
  if (vasprintf (&buf, fmt, ap) < 0)
    {
      sim_io_eprintf (sd, "%s: asprintf failed for `%s'\n",
              STATE_MY_NAME (sd), fmt);
      return;

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]