Hey, all! I've run into a segfault (well, actually, two different segfaults) when I call OCCancel() with no header options at all:
https://gist.github.com/gabrielschulhof/1ee202e991fd29da7e98 The above provides a simple test case that can be run against samples/linux/SimpleClientServer/ocserver -o 0 I'm pretty sure it's not something I'm doing, because this worked in 0.9.2, and because I'm not allocating/freeing anything in my own code. This is on 32-bit Intel (Fedora 21). Please let me know if this is indeed a bug, or if it's something I'm doing wrong. TIA for your help, Gabriel
