summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexei.volkov.bugs%sun.com <devnull@localhost>2006-04-25 02:34:01 +0000
committeralexei.volkov.bugs%sun.com <devnull@localhost>2006-04-25 02:34:01 +0000
commit987153820fb8fafb8b5fed6a9966243a1467fe58 (patch)
tree5d3faccfbd490b8a72cf8ad38965b30a906a147c
parentb287020098118057e4f4d22e32e91dd60754d474 (diff)
downloadnss-hg-987153820fb8fafb8b5fed6a9966243a1467fe58.tar.gz
[Bug 334277] double free in [@ sftk_FreeAttribute - sftk_DeleteAttributeType]. r=relyea
-rw-r--r--security/nss/lib/softoken/pkcs11u.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/nss/lib/softoken/pkcs11u.c b/security/nss/lib/softoken/pkcs11u.c
index 4f72a4b4a..86af45404 100644
--- a/security/nss/lib/softoken/pkcs11u.c
+++ b/security/nss/lib/softoken/pkcs11u.c
@@ -1517,7 +1517,6 @@ sftk_DeleteAttribute(SFTKObject *object, SFTKAttribute *attribute)
sessObject->head, sessObject->hashSize);
}
PZ_Unlock(sessObject->attributeLock);
- sftk_FreeAttribute(attribute);
}
/*