Searched defs:shortcopy1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c1793 krb5_octet *shortcopy1 = NULL; /* SUNWresync121 memleak fix */ local
1872 shortcopy1 = (krb5_octet *) malloc(shortlen);
1873 if (shortcopy1) {
1874 shortcopy1[0] = origdata[3];
1875 shortcopy1[1] = origdata[2];
1876 memcpy(shortcopy1 + 2, origdata + 4, shortlen - 2);
1879 pkey->key_data_contents[0] = shortcopy1;
2089 if (shortcopy1)
2090 free(shortcopy1);

Completed in 49 milliseconds