Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-25 | kernel: properly handle bad attach specifiers | cinap_lenrek | |
- only accept decimal for numeric device id's - exclude negative device id's - device id's out of range yield Enodev | |||
2016-09-11 | kernel: replace various custom random iv buffer filling functions with calls ↵ | cinap_lenrek | |
to prng() | |||
2016-08-27 | devsdp: keep cipher states in secret memory | cinap_lenrek | |
2013-11-22 | kernel: kproc error and exit | cinap_lenrek | |
catch the error() that can be thrown by sleep() and tsleep() in kprocs. add missing pexit() calls. always set the freemem argument to pexit() from kproc otherwise the process gets added to the broken list. | |||
2012-10-01 | devproc buffer overflow, strncpy | cinap_lenrek | |
in devproc status read handler the p->status, p->text and p->user could overflow the local statbuf buffer as they where copied into it with code like: memmove(statbuf+someoff, p->text, strlen(p->text)). now using readstr() which will truncate if the string is too long. make strncpy() usage consistent, make sure results are always null terminated. | |||
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |