index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
fuzz
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fuzz: do not assume the existence of /sys/class/net/lo
Yu Watanabe
2019-02-28
1
-1
/
+2
*
Merge pull request #11824 from keszybz/fuzzer-fixes
Lennart Poettering
2019-02-26
6
-1
/
+13
|
\
|
*
fuzz-ndisc-rs: avoid assertion failure on samples which dont fit in pipe
Zbigniew Jędrzejewski-Szmek
2019-02-26
2
-0
/
+5
|
*
fuzz-lldp: avoid assertion failure on samples which dont fit in pipe
Zbigniew Jędrzejewski-Szmek
2019-02-26
2
-0
/
+5
|
*
fuzz-journal-stream: avoid assertion failure on samples which don't fit in pipe
Zbigniew Jędrzejewski-Szmek
2019-02-26
2
-1
/
+3
*
|
Merge pull request #11823 from keszybz/more-fuzz-coverage
Lennart Poettering
2019-02-26
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
fuzz-unit-file: also run manager_dump()
Zbigniew Jędrzejewski-Szmek
2019-02-25
1
-0
/
+1
*
|
fuzz: add fuzzer for udev database
Yu Watanabe
2019-02-26
2
-0
/
+29
|
/
*
udev: use typedef for struct udev_rules
Zbigniew Jędrzejewski-Szmek
2018-12-17
1
-1
/
+1
*
udev: make udev_rules_new() return a proper error code
Zbigniew Jędrzejewski-Szmek
2018-12-14
1
-2
/
+2
*
util: drop missing.h from socket-util.h
Yu Watanabe
2018-12-06
1
-1
/
+2
*
util: drop missing.h from util.h
Yu Watanabe
2018-12-04
1
-0
/
+1
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
2
-3
/
+3
*
Merge pull request #10952 from evverx/keep-fuzz-udev-rules-going
Yu Watanabe
2018-11-28
1
-16
/
+28
|
\
|
*
tests: make fuzz-udev-rules work also in the environment created by run_minijail
Evgeny Vereshchagin
2018-11-28
1
-14
/
+18
|
*
tests: keep going even if setup_mount_namespace has failed
Evgeny Vereshchagin
2018-11-27
1
-6
/
+14
*
|
tests: suppress "unwanted log lines" in several fuzzers
Evgeny Vereshchagin
2018-11-28
1
-0
/
+3
|
/
*
tests: add a fuzzer for the udev rules parser (#10929)
Evgeny Vereshchagin
2018-11-26
3
-1
/
+105
*
tests: add a fuzzer for server_process_native_file
Evgeny Vereshchagin
2018-11-23
2
-0
/
+53
*
tests: add a fuzzer for catalog_import_file
Evgeny Vereshchagin
2018-11-22
2
-0
/
+31
*
tests: add a fuzzer for journald streams
Evgeny Vereshchagin
2018-11-20
3
-3
/
+48
*
tests: introduce dummy_server_init and use it in all journald fuzzers
Evgeny Vereshchagin
2018-11-17
5
-40
/
+32
*
tests: add a fuzzer for process_audit_string
Evgeny Vereshchagin
2018-11-16
2
-0
/
+32
*
tests: run fuzzers four times in a row (#10794)
Evgeny Vereshchagin
2018-11-16
1
-1
/
+7
*
test: initialize syslog_fd in fuzz-journald-kmsg too
Evgeny Vereshchagin
2018-11-16
1
-0
/
+1
*
tests: add a fuzzer for dev_kmsg_record
Evgeny Vereshchagin
2018-11-16
2
-0
/
+34
*
fuzz: explicitly set initial value of global variables
Yu Watanabe
2018-11-11
2
-2
/
+2
*
fuzz: set SOCK_CLOEXEC and SOCK_NONBLOCK
Yu Watanabe
2018-11-11
3
-3
/
+3
*
fuzz: use SOCK_STREAM instead of SOCK_DGRAM
Yu Watanabe
2018-11-11
2
-2
/
+2
*
Merge pull request #10563 from keszybz/lz4-quickfix-quickfix
Lennart Poettering
2018-10-30
2
-0
/
+84
|
\
|
*
fuzz-compress: add fuzzer for compression and decompression
Zbigniew Jędrzejewski-Szmek
2018-10-30
2
-0
/
+84
*
|
tests: add an lldp fuzzer
Evgeny Vereshchagin
2018-10-29
2
-0
/
+45
|
/
*
tests: add a fuzzer for the json parser and dumper
Evgeny Vereshchagin
2018-10-10
2
-0
/
+34
*
fuzz-bus-message: add fuzzer for message parsing
Zbigniew Jędrzejewski-Szmek
2018-10-02
2
-0
/
+51
*
fuzz: add a fuzzer for dhcp6_client
Evgeny Vereshchagin
2018-09-29
2
-0
/
+68
*
tests: add a fuzzer for sd-ndisc
Evgeny Vereshchagin
2018-09-26
2
-0
/
+67
*
tests: use a helper function to parse environment and open logging
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-3
/
+2
*
tests: put fuzz_journald_processing_function in a .c file
Evgeny Vereshchagin
2018-09-08
3
-24
/
+36
*
tests: add a fuzzer for server_process_native_message
Evgeny Vereshchagin
2018-09-03
2
-0
/
+15
*
tests: rework the code fuzzing journald
Evgeny Vereshchagin
2018-09-03
2
-21
/
+32
*
tests: add a rudimentary fuzzer for server_process_syslog_message (#9979)
Evgeny Vereshchagin
2018-09-03
2
-0
/
+34
*
tree-wide: add multiple inclusion guard
Yu Watanabe
2018-06-25
1
-0
/
+1
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
5
-13
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
5
-5
/
+5
*
fuzz-journal-remote: write to /dev/null not stdout
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-1
/
+8
*
fuzz-journal-remote: try all output modes
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-2
/
+8
*
fuzz-journal-remote: a fuzzer for journal-remote over-the-wire input
Zbigniew Jędrzejewski-Szmek
2018-05-31
3
-0
/
+69
*
fuzz-unit-file: skip BOM (#8723)
Zbigniew Jędrzejewski-Szmek
2018-04-16
1
-1
/
+3
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
5
-65
/
+0
*
fuzz-unit-file: allow a space between variable name and "=" (#8670)
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-1
/
+1
[next]