mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Issue #2148 - Make Vector not use AlignedStorage for its inline element storage
See Bug 1338374 1/2
This commit is contained in:
parent
cdd91edd79
commit
0365f940fe
5 changed files with 108 additions and 48 deletions
|
|
@ -115,6 +115,9 @@ struct SignedCertificateTimestamp
|
|||
|
||||
inline pkix::Result BufferToInput(const Buffer& buffer, pkix::Input& input)
|
||||
{
|
||||
if (buffer.length() == 0) {
|
||||
return pkix::Result::FATAL_ERROR_LIBRARY_FAILURE;
|
||||
}
|
||||
return input.Init(buffer.begin(), buffer.length());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue