[Bug 204252] usr/src/lib/libdpv/dprompt.c:92: possible bad if ?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 3 15:25:51 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204252

            Bug ID: 204252
           Summary: usr/src/lib/libdpv/dprompt.c:92: possible bad if ?
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: dcb314 at hotmail.com

[usr/src/lib/libdpv/dprompt.c:92]: (warning) Char literal compared with pointer
'spin_cp'. Did you intend to dereference it?

Source code is

   if (spin_cp == '\0')

Maybe better code

   if (*spin_cp == '\0')

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list