Closed Bug 1283037 Opened 8 years ago Closed 8 years ago

Enable Cipher tests on LSan runs

Categories

(NSS :: Libraries, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ttaubert, Assigned: ttaubert)

References

Details

Attachments

(1 file)

No description provided.
Component: Build → Libraries
Comment on attachment 8766228 [details] [diff] [review] 0001-Bug-1283037-Enable-Cipher-tests-on-LSan-runs.patch Review of attachment 8766228 [details] [diff] [review]: ----------------------------------------------------------------- ::: cmd/bltest/blapitest.c @@ +3287,5 @@ > rv |= verify_self_test(&cipherInfo.output, > &pt, mode, PR_FALSE, srv); > } > } > + PORT_FreeArena(arena, PR_FALSE); don't you want PR_TRUE here?
Attachment #8766228 - Flags: review?(franziskuskiefer) → review+
(In reply to Franziskus Kiefer [:fkiefer or :franziskus] from comment #2) > > + PORT_FreeArena(arena, PR_FALSE); > > don't you want PR_TRUE here? The second argument here only specifies whether we want the memory zeroed or not, you're probably confusing it with SECItem_FreeItem() where the second arg specifies whether the item itself will be freed :) The arena always is.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.26
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: