diff options
author | Jonathon Jongsma <jjongsma@redhat.com> | 2017-11-15 14:04:33 -0600 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2017-11-27 21:37:53 +0000 |
commit | 61aa6ac8aa150392c849ac76e2d226973d57ff0f (patch) | |
tree | 377d4d8df6a36e74760bc45a981a024a1c67415e /configure.ac | |
parent | 49234be2dd9940eb18728eaac2c5990cbfd9c667 (diff) |
StreamDevice: Handle incomplete reads of StreamMsgFormat
This is currently unlikely to happen since we communicate over a pipe
and the pipe buffer is sufficiently large to avoid splitting the
message. But for completeness, we should handle this scenario.
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fb266ad4..3401dba8 100644 --- a/configure.ac +++ b/configure.ac @@ -156,7 +156,7 @@ AS_IF([test x"$have_smartcard" = "xyes"], [ AS_VAR_APPEND([SPICE_REQUIRES], [" libcacard >= 0.1.2"]) ]) -SPICE_PROTOCOL_MIN_VER=0.12.13 +SPICE_PROTOCOL_MIN_VER=0.12.14 PKG_CHECK_MODULES([SPICE_PROTOCOL], [spice-protocol >= $SPICE_PROTOCOL_MIN_VER]) AC_SUBST([SPICE_PROTOCOL_MIN_VER]) |