mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Replace NSS with Pale Moon's
This commit is contained in:
parent
ff1e5e48bf
commit
8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions
|
|
@ -306,6 +306,10 @@ NSS_CMSContent_GetContentInfo(void *msg, SECOidTag type)
|
|||
cinfo = &(c.genericData->contentInfo);
|
||||
}
|
||||
}
|
||||
/* We are using a union as a form of 'safe casting'. This
|
||||
* syntax confuses cppcheck, so tell it it's OK (and any human
|
||||
* who happens along to verify any other scanner warnings) */
|
||||
/* cppcheck-suppress returnDanglingLifetime */
|
||||
return cinfo;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue