OSSP CVS Repository

ossp - Ticket #185
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Attach]  [Edit]  [History

Ticket 185: uuid_to_string (uuid_dce_to_string) does not work

From this function, calling uuid_export incorrectly which means this function never works. A patch is included ...

  *** uuid_dce.c  Fri Mar 18 13:44:57 2011
  --- uuid_dce.c.new      Fri Mar 18 13:56:35 2011
  ***************
  *** 248,254 ****
            LEAVE;
        vp  = str;
        len = UUID_LEN_STR;
  !     if (uuid_export(uuid, UUID_FMT_STR, &vp, &len) != UUID_RC_OK)
            LEAVE;

        /* indicate successful operation */
  --- 248,254 ----
            LEAVE;
        vp  = str;
        len = UUID_LEN_STR;
  !     if (uuid_export(uuid, UUID_FMT_STR, vp, &len) != UUID_RC_OK)
            LEAVE;

        /* indicate successful operation */
[Add remarks]

Remarks:

Properties:

Type: code           Version: 1.6.2 
Status: new          Created: 2011-Mar-18 15:41
Severity:          Last Change: 2011-Mar-18 15:41
Priority:          Subsystem: uuid 
Assigned To: rse           Derived From:  
Creator: anonymous 

CVSTrac 2.0.1