You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/netstd/README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,3 +53,14 @@ Because of the different environment requirements, migration from C# takes sligh
53
53
- In case you are using Thrift server event handlers: the `SetEventHandler` method now starts with an uppercase letter
54
54
- and you will also have to revise the method names of all `TServerEventHandler` descendants you have in your code
55
55
56
+
# Fuzzing
57
+
58
+
We use SharpFuzz (and its libfuzzer variant) for fuzzing. This is **not** supported on oss-fuzz, so all fuzzing must be run locally (currently only tested on a linux machine)
0 commit comments