Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-21 | venti: fix memory layers | Noam Preil | |
2019-09-06 | sys/src/libventi: implement vtsha1 and vtsha1check functions | David du Colombier | |
2019-09-06 | sys/src/libventi: implement vtreconn and vtredial functions | David du Colombier | |
2016-11-17 | /sys/src/lib*: clean up | ftrvxmtrx | |
2014-11-07 | fix dangerous werrstr() usages | cinap_lenrek | |
werrstr() takes a format string as its first argument. a common error is to pass user controlled string buffers into werrstr() that might contain format string escapes causing werrstr() to take bogus arguments from the stack and crash. so instead of doing: werrstr(buf); we want todo: werrstr("%s", buf); or if we have a local ERRMAX sized buffer that we can override: errstr(buf, sizeof buf); | |||
2013-01-25 | libventi: handle nil connection in rpc as error instead of crashing (from ↵ | cinap_lenrek | |
sources) | |||
2012-08-07 | venti: fix possible nil deref in libventi vtgetreq() and cleanup vacfs ↵ | cinap_lenrek | |
(import from sources) | |||
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 | |