Replace NSS with Pale Moon's

This commit is contained in:
wuggy 2026-06-29 21:29:25 +01:00
commit 8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions

7
security/nss/coreconf/sanitizers.sh Normal file → Executable file
View 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"
}