On 09/12/2012 05:17 PM, Christophe Fergeau wrote:
BN_new returns NULL on allocation failures. Given that we abort on malloc allocation failures, we should also abort here. The current code will segfault when BN_new fails as it immediatly tries to use the NULL pointer. --- server/reds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Ack series. _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel