public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug remote/17818] New: remote.c:5519: possible () mixup ?
@ 2015-01-08 19:06 dcb314 at hotmail dot com
  0 siblings, 0 replies; only message in thread
From: dcb314 at hotmail dot com @ 2015-01-08 19:06 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 17818
           Summary: remote.c:5519: possible () mixup ?
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: remote
          Assignee: unassigned at sourceware dot org
          Reporter: dcb314 at hotmail dot com

[binutils-gdb/gdb/remote.c:5519]: (error) Invalid strncmp() argument nr 3. A
non-boolean value is required.

      if (strncmp (p, "awatch", strlen("awatch")) != 0
          && strncmp (p, "core", strlen ("core") != 0))

maybe

      if (strncmp (p, "awatch", strlen("awatch")) != 0
          && strncmp (p, "core", strlen ("core")) != 0)

was intended.

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-08 19:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-08 19:06 [Bug remote/17818] New: remote.c:5519: possible () mixup ? dcb314 at hotmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).