Zeke-OS / zeke

A POSIX-like OS for ARM processors.
Other
86 stars 9 forks source link

copyinstruct() hardening #150

Open OlliV opened 4 years ago

OlliV commented 4 years ago

This issue is replacing the previous refactoring issues #142

Before using copyinstruct() all syscall functions should validate that the arbitrary length array sizes given by the user space are sane.