Home
last modified time | relevance | path

Searched refs:shortcopy1 (Results 1 – 1 of 1) sorted by relevance

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