aboutsummaryrefslogtreecommitdiff
path: root/projects/uwebsockets
diff options
context:
space:
mode:
authorAlex Hultman <alexhultman@gmail.com>2020-08-10 16:57:17 +0200
committerGitHub <noreply@github.com>2020-08-10 07:57:17 -0700
commit6f180bb8a3ab228d34b1399a8159467ae2abdc5d (patch)
tree7edc81c309c03cfe6634ef2198a64c6eab5e699f /projects/uwebsockets
parent3fc4134b4e1c882c5d34a8319d5af5bfeaeef5e8 (diff)
downloadoss-fuzz-6f180bb8a3ab228d34b1399a8159467ae2abdc5d.tar.gz
[uwebsockets] Increase builds per day, file msan issues (#4290)
Diffstat (limited to 'projects/uwebsockets')
-rw-r--r--projects/uwebsockets/project.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/uwebsockets/project.yaml b/projects/uwebsockets/project.yaml
index be5ec65f5..1e42d2024 100644
--- a/projects/uwebsockets/project.yaml
+++ b/projects/uwebsockets/project.yaml
@@ -1,8 +1,8 @@
homepage: "https://github.com/uNetworking/uWebSockets"
language: c++
primary_contact: "alexhultman@gmail.com"
+builds_per_day: 4
sanitizers:
- address
- - memory:
- experimental: True
+ - memory
- undefined