diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-12-08 15:26:30 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-12-08 15:26:30 +0100 |
| commit | b554370c533a736225a2d18de39c3d83984ba14b (patch) | |
| tree | 80d777b25d8013b754263bac6b7aacfbc0fbb0b6 /docs/darwin | |
| parent | 579f36e1d8f5312b09edce9564c5226a5902dcf4 (diff) | |
docs/darwin: add some info about darwin
Also move windows into separate dir,
mention windows/darwin in found bugs.
Diffstat (limited to 'docs/darwin')
| -rw-r--r-- | docs/darwin/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/darwin/README.md b/docs/darwin/README.md new file mode 100644 index 000000000..f4c75e6b0 --- /dev/null +++ b/docs/darwin/README.md @@ -0,0 +1,10 @@ +# Darwin/XNU + +`Darwin/XNU` is not supported at the moment. + +[panicall](https://twitter.com/panicaII) has +[ported](https://i.blackhat.com/eu-18/Wed-Dec-5/eu-18-Juwei_Lin-Drill-The-Apple-Core.pdf) +syzkaller to `Darwin/XNU` and that has found more than +[50 bugs](https://twitter.com/panicaII/status/1070696972326133760) including +`CVE-2018-4447` and `CVE-2018-4435` mentioned in +[Apple security updates](https://support.apple.com/en-us/HT209341). |
