univerio

Results 6 comments of univerio

@ShadwDrgn You're absolutely right. I've edited the post. (I had also written `eap-service` when it should have been `eap-proxy`.) I've also updated the README with build and installation instructions. I've...

I made it 10ms to make it fail faster, but it happens with 1s tick and 3s closure delay as well. This stops happening if you take out a mutex...

Sorry for the late response here. I tested the `dev` branch and could not reproduce using the test case above, so maybe it's fixed!

9.1.0h9d61 has fixed that exact vulnerability, but a very similar variation on the same vulnerability is still possible. However, 9.1.0h9d61 has apparently also blocked access to /dev/mtdblock4 (reading it gives...

I think so. It's slightly more brittle due to having to parse the number out of the filename, but it's worth fixing this bug. Although, I don't see anybody else...

AFAICT a custom type works in all situations except when using the `database/sql` interface to scan into a `time.Time`, because `stdlib` does not respect `ConnInfo` when returning values from the...