Matt Caswell

Results 503 comments of Matt Caswell

@hlandau Typo fixed. Please take another look.

> Does this go to 1.1.1? No - its not a security fix. Removing the 1.1.1 branch label.

> Can anyone tell me why the git diff is failing" I'm not seeing the issue It's related to the "make update" issue I mentioned above. Looks like you have...

The final `val->value` and `10` params don't look correct. I don't think it is expecting a string here. I'd suggest you create the attribute using `X509_ATTRIBUTE_create()` as you do in...

Is your local branch correct? i.e. the code looks correct and has all the right commits in it? If so use the "-f" flag to git push to force the...

> Trying to merge is what caused me the grief last time, I’ll try again when back Make sure your local master branch is up to date: ```` $ get...

> why is buildbot/master:unix-debian10-arm64 failing?? You are the lucky guinea-pig for the new buildbot CI infrastructure. This is one of the first PRs to use it. There are some teething...

> why when I run make _tests don't I see the memory leak issues? Build with "enable-asan".

> it's failing in isolation as well, fails if I run make VF=1 TESTS='test_memleak' test That test is all about testing that memleak detection is working. It basically leaks some...

Looks like another rebase is needed.