Closed Bug 365966 Opened 18 years ago Closed 18 years ago

infinite recursive call in VFY_VerifyDigestDirect

Categories

(NSS :: Libraries, defect, P1)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: alvolkov.bgs, Assigned: alvolkov.bgs)

References

Details

Attachments

(1 file)

Integrated as a part of patch for bug 320583.

SECStatus
VFY_VerifyDigestDirect(const SECItem *digest, const SECKEYPublicKey *key, 
		       const SECItem *sig, SECOidTag encAlg, 
		       SECOidTag hashAlg, void *wincx)
{
     return VFY_VerifyDigestDirect(digest, key, sig, encAlg, hashAlg, wincx);       
}
The inner call should be vfy_VerifyDigest.

bob
Alexei, Thank you for testing this new code in NSS 3.12.  
It clearly hasn't previously been tested.
Please code a patch per bob's comment 1, and test that to see if it works.  
Also, please add a comment to this bug explaining what command (test program)
found this bug, and plan to add that to the appropriate NSS test script.
Priority: -- → P1
Summary: infinit recursive call in VFY_VerifyDigestDirect → infinite recursive call in VFY_VerifyDigestDirect
Version: 3.12 → trunk
Tests will be integrated as a part of a fix for bug 301496.
Assignee: rrelyea → alexei.volkov.bugs
Status: NEW → ASSIGNED
Attachment #250902 - Flags: review?(nelson)
Comment on attachment 250902 [details] [diff] [review]
changing calling function name

r=nelson
Attachment #250902 - Flags: review?(nelson) → review+
/cvsroot/mozilla/security/nss/lib/cryptohi/secvfy.c,v  <--  secvfy.c
new revision: 1.21; previous revision: 1.20
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: