Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2018 05:45:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 204252] usr/src/lib/libdpv/dprompt.c:92: possible bad if ?
Message-ID:  <bug-204252-227-OZsbq6INMa@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204252-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204252-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204252

--- Comment #2 from commit-hook@freebsd.org ---
A commit references this bug:

Author: dteske
Date: Wed Jun 20 05:45:41 UTC 2018
New revision: 335406
URL: https://svnweb.freebsd.org/changeset/base/335406

Log:
  dpv(3): MFC r330943, r335264

  r330943:
  Fix bad error messages from dpv(3)

  Before =3D dpv: <__func__>: posix_spawnp(3): No such file or directory
   After =3D dpv: <path/cmd>: No such file or directory

  Most notably, show the 2nd argument being passed to posix_spawnp(3)
  so we know what path/cmd failed.

  Also, we don't need to have "posix_spawnp(3)" in the error message
  nor the function because that can [a] change and [b] traversed using
  a debugger if necessary.

  r335264:
  Fix comparison between pointer and char literal

  PR:           misc/204252
  Reported by:  David Binderman <dcb314@hotmail.com>
  Sponsored by: Smule, Inc.

Changes:
_U  stable/11/
  stable/11/lib/libdpv/dialog_util.c
  stable/11/lib/libdpv/dprompt.c
  stable/11/lib/libdpv/util.c

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204252-227-OZsbq6INMa>