Closed
Bug 1307449
Opened 8 years ago
Closed 8 years ago
UBSan: TlsAgent::SetSignatureAlgorithms(): load of value 8, which is not a valid value for type 'SSLHashType'
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ttaubert, Assigned: ttaubert)
References
Details
tls_agent.cc:403:23: runtime error: load of value 8, which is not a valid value for type 'SSLHashType'
#0 0xada6db in nss_test::TlsAgent::SetSignatureAlgorithms(SSLSignatureAndHashAlgStr const*, unsigned long) /home/worker/nss/external_tests/ssl_gtest/tls_agent.cc:403:23
#1 0x6bc73d in nss_test::TlsCipherSuiteTestBase::EnableSingleCipher() /home/worker/nss/external_tests/ssl_gtest/ssl_ciphersuite_unittest.cc:66:16
#2 0x6ba2b5 in nss_test::TlsCipherSuiteTest_SingleCipherSuite_Test::TestBody() /home/worker/nss/external_tests/ssl_gtest/ssl_ciphersuite_unittest.cc:213:3
#3 0xd56eae in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /home/worker/nss/external_tests/google_test/gtest/src/gtest.cc:2362:10
#4 0xc448fd in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /home/worker/nss/external_tests/google_test/gtest/src/gtest.cc:2398:14
#5 0xc43c50 in testing::Test::Run() /home/worker/nss/external_tests/google_test/gtest/src/gtest.cc:2434:5
#6 0xc4acb2 in testing::TestInfo::Run() /home/worker/nss/external_tests/google_test/gtest/src/gtest.cc:2610:11
#7 0xc51e9f in testing::TestCase::Run() /home/worker/nss/external_tests/google_test/gtest/src/gtest.cc:2728:28
#8 0xc8ebeb in testing::internal::UnitTestImpl::RunAllTests() /home/worker/nss/external_tests/google_test/gtest/src/gtest.cc:4591:43
#9 0xd6f410 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /home/worker/nss/external_tests/google_test/gtest/src/gtest.cc:2362:10
#10 0xc8be6d in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /home/worker/nss/external_tests/google_test/gtest/src/gtest.cc:2398:14
#11 0xc8b59e in testing::UnitTest::Run() /home/worker/nss/external_tests/google_test/gtest/src/gtest.cc:4209:10
#12 0x91ac1c in RUN_ALL_TESTS() /home/worker/nss/external_tests/ssl_gtest/../../external_tests/google_test/gtest/include/gtest/gtest.h:2304:46
#13 0x91aaa2 in main /home/worker/nss/external_tests/ssl_gtest/ssl_gtest.cc:37:12
#14 0x7f718f10c82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f)
#15 0x46e2d8 in _start (/home/worker/nss/external_tests/ssl_gtest/Linux4.1_x86_64_clang-3.9_glibc_PTH_64_ASAN_DBG.OBJ/ssl_gtest+0x46e2d8)
Assignee | ||
Comment 1•8 years ago
|
||
Assignee: nobody → ttaubert
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•8 years ago
|
||
Fixed by bug 1304924.
You need to log in
before you can comment on or make changes to this bug.
Description
•