Re: [Spice-devel] [PATCH spice-common] ssl-verify: add a bit of run-time checks

2012-05-21 Thread Hans de Goede
Looks good, ACK. On 05/21/2012 05:28 PM, Marc-André Lureau wrote: ping On Thu, May 17, 2012 at 2:45 PM, Marc-André Lureau wrote: Even if they are not public functions, those conditions can be reached in a invalid state. --- common/ssl_verify.c |5 + 1 file changed, 5 insertions(+)

Re: [Spice-devel] [PATCH spice-common] ssl-verify: add a bit of run-time checks

2012-05-21 Thread Marc-André Lureau
ping On Thu, May 17, 2012 at 2:45 PM, Marc-André Lureau wrote: > Even if they are not public functions, those conditions can be reached > in a invalid state. > --- >  common/ssl_verify.c |    5 + >  1 file changed, 5 insertions(+) > > diff --git a/common/ssl_verify.c b/common/ssl_verify.c > i

[Spice-devel] [PATCH spice-common] ssl-verify: add a bit of run-time checks

2012-05-17 Thread Marc-André Lureau
Even if they are not public functions, those conditions can be reached in a invalid state. --- common/ssl_verify.c |5 + 1 file changed, 5 insertions(+) diff --git a/common/ssl_verify.c b/common/ssl_verify.c index 2f34c00..3667b2e 100644 --- a/common/ssl_verify.c +++ b/common/ssl_verify.c