mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +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
7
security/nss/coreconf/sanitizers.sh
Normal file → Executable file
7
security/nss/coreconf/sanitizers.sh
Normal file → Executable file
|
|
@ -42,13 +42,18 @@ enable_sancov()
|
|||
enable_sanitizer sancov "$sancov"
|
||||
}
|
||||
|
||||
enable_sourcecov()
|
||||
{
|
||||
enable_sanitizer sourcecov
|
||||
}
|
||||
|
||||
enable_ubsan()
|
||||
{
|
||||
local ubsan
|
||||
if [ -n "$1" ]; then
|
||||
ubsan="$1"
|
||||
else
|
||||
ubsan=bool,signed-integer-overflow,shift,vptr
|
||||
ubsan=undefined,local-bounds
|
||||
fi
|
||||
enable_sanitizer ubsan "$ubsan"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue