Tru64 AdvFS porting to NetBSD - 4. status 2014-12-25

2014-12-25 Thread Kamil Rytarowski
Merry Christmas! The last month I used to... clean up and merge improvements with upstream NetBSD. My intention was not to just propose plain new code import, but give a reference patch and try to research a bit a possible improvement to the existing solution. In particular, I pay attention to

bozo: out-of-bound index

2014-12-25 Thread Maxime Villard
Hi, a bug I spotted some weeks ago: -- libexec/httpd/auth-bozo.c l.139 -- base64_decode(const unsigned char *in, size_t ilen, unsigned char *out, size_t olen) { unsigned char *cp; size_t i; cp = out; for (i = 0; i <