Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend fuzzing tests #3

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Extend fuzzing tests #3

merged 1 commit into from
Feb 14, 2024

Conversation

IvanNardi
Copy link
Owner

Test all combinations with/without PL7M_USE_INTERNAL_FUZZER_MUTATE and PL7M_USE_SIMPLEST_MUTATOR defines

Test all combinations with/without `PL7M_USE_INTERNAL_FUZZER_MUTATE` and
`PL7M_USE_SIMPLEST_MUTATOR` defines
@IvanNardi IvanNardi changed the title Exten fuzzing tests Extend fuzzing tests Feb 14, 2024
@IvanNardi IvanNardi merged commit e296af5 into main Feb 14, 2024
1 check passed
@IvanNardi IvanNardi deleted the fuzz-exp branch February 14, 2024 07:46
IvanNardi added a commit that referenced this pull request Jun 29, 2024
```
==8821==WARNING: MemorySanitizer: use-of-uninitialized-value
    #0 0x57ec8832d1de in dissect_l3 ndpi/src/lib/third_party/src/fuzz/pl7m.c:405:22
    #1 0x57ec8832abc2 in dissect_do ndpi/src/lib/third_party/src/fuzz/pl7m.c:709:7
    #2 0x57ec8832abc2 in __deserialize_from_fd ndpi/src/lib/third_party/src/fuzz/pl7m.c:1204:8
    #3 0x57ec88329147 in __deserialize ndpi/src/lib/third_party/src/fuzz/pl7m.c:1234:9
    #4 0x57ec88329147 in pl7m_mutator ndpi/src/lib/third_party/src/fuzz/pl7m.c:1289:6
```
Found by oss-fuzz (via nDPI)
IvanNardi added a commit that referenced this pull request Jul 12, 2024
```
==1899==WARNING: MemorySanitizer: use-of-uninitialized-value
    #0 0x59a0a2567a0b in dissect_l2 ndpi/src/lib/third_party/src/fuzz/pl7m.c:291:6
    #1 0x59a0a25663ea in dissect_do ndpi/src/lib/third_party/src/fuzz/pl7m.c:711:7
    #2 0x59a0a25663ea in __deserialize_from_fd ndpi/src/lib/third_party/src/fuzz/pl7m.c:1211:8
    #3 0x59a0a2564147 in __deserialize ndpi/src/lib/third_party/src/fuzz/pl7m.c:1241:9
    #4 0x59a0a2564147 in pl7m_mutator ndpi/src/lib/third_party/src/fuzz/pl7m.c:1296:6
```
Found by oss-fuzz (via nDPI)
IvanNardi added a commit that referenced this pull request Jul 23, 2024
```
==13304==WARNING: MemorySanitizer: use-of-uninitialized-value
    #0 0x593eea633f22 in dissect_l2 ndpi/src/lib/third_party/src/fuzz/pl7m.c:306:4
    #1 0x593eea63289a in dissect_do ndpi/src/lib/third_party/src/fuzz/pl7m.c:711:7
    #2 0x593eea63289a in __deserialize_from_fd ndpi/src/lib/third_party/src/fuzz/pl7m.c:1211:8
    #3 0x593eea6301a7 in __deserialize ndpi/src/lib/third_party/src/fuzz/pl7m.c:1241:9
```
Found by oss-fuzz (via nDPI)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant