[Bug 214319] ficl uuid-to-string is broken

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 8 12:57:51 UTC 2016


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

            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 at FreeBSD.org
          Reporter: tsoome at freebsd.org

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

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

and ficlUuidToString() has broken test:

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

it should use == instead.

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


More information about the freebsd-bugs mailing list