Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Nov 2016 12:57:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 214319] ficl uuid-to-string is broken
Message-ID:  <bug-214319-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 214319
           Summary: ficl uuid-to-string is broken
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: tsoome@freebsd.org

First, the uuid-to-string description should be:

uuid-to-string ( addr' -- addr n | -1 )

and ficlUuidToString() has broken test:

        if (status !=3D uuid_s_ok) {
                stackPushPtr(pVM->pStack, uuid);
                stackPushINT(pVM->pStack, strlen(uuid));
        }

it should use =3D=3D instead.

--=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-214319-8>