Open
Bug 1235914
Opened 9 years ago
Updated 2 years ago
Assertion failure: state->indefinite, at secasn1d.c:1965
Categories
(NSS :: Libraries, defect, P2)
NSS
Libraries
Tracking
(firefox46 affected)
NEW
Tracking | Status | |
---|---|---|
firefox46 | --- | affected |
People
(Reporter: tsmith, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
43 bytes,
application/x-x509-ca-cert
|
Details |
Assertion failure: state->indefinite, at secasn1d.c:1965
Program received signal SIGABRT, Aborted.
0x00007ffff63c3cc9 in __GI_raise (sig=sig@entry=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0 0x00007ffff63c3cc9 in __GI_raise (sig=sig@entry=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x00007ffff63c70d8 in __GI_abort () at abort.c:89
#2 0x00007ffff6c0196c in PR_Assert (s=<optimized out>, file=<optimized out>,
ln=<optimized out>) at ../../../../pr/src/io/prlog.c:559
#3 0x00007ffff7412752 in sec_asn1d_next_in_group (state=<optimized out>)
at secasn1d.c:1965
#4 SEC_ASN1DecoderUpdate_Util (cx=<optimized out>, buf=0x60400000d9fb "@",
len=107545981192240) at secasn1d.c:2781
#5 0x00007ffff7429344 in SEC_ASN1Decode_Util (poolp=<optimized out>,
dest=<optimized out>, theTemplate=<optimized out>,
buf=0x60400000d9d0 "0\200\002\001", len=<optimized out>) at secasn1d.c:3092
#6 SEC_ASN1DecodeItem_Util (poolp=<optimized out>, dest=<optimized out>,
theTemplate=<optimized out>, src=<optimized out>) at secasn1d.c:3107
#7 0x000000000063ccec in PK11_ImportDERPrivateKeyInfoAndReturnKey (slot=0x61700000fc80,
derPKI=0x7fffffffdd60, nickname=0x0, publicValue=0x0, isPerm=0, isPrivate=0,
keyUsage=6, privk=0xffffffffffffffff, wincx=0x0) at pk11pk12.c:234
#8 0x00000000004e4a2a in fuzz (file_name=0x60400000da50 " \034\364\366\377\177")
at chktest.c:28
#9 0x00000000004e4ced in main (argc=<optimized out>, argv=<optimized out>)
at chktest.c:57
Updated•7 years ago
|
Priority: -- → P2
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•