[Spice-devel] [PATCH spice-server] red-channel-client: Use SpiceMsgcAckSync structure

Victor Toso victortoso at redhat.com
Fri Oct 4 10:42:05 UTC 2019


Hi,

On Mon, Sep 30, 2019 at 01:30:45PM -0400, Frediano Ziglio wrote:
> > 
> > red_channel_client_handle_message is called after parsing the
> > message so it's not necessary to check it again or parse manually.
> > 
> > Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> > ---
> >  server/red-channel-client.c | 6 +-----
> >  1 file changed, 1 insertion(+), 5 deletions(-)
> > 
> > diff --git a/server/red-channel-client.c b/server/red-channel-client.c
> > index 66b8fd4a..f861cce5 100644
> > --- a/server/red-channel-client.c
> > +++ b/server/red-channel-client.c
> > @@ -1473,11 +1473,7 @@ bool
> > red_channel_client_handle_message(RedChannelClient *rcc, uint16_t type,
> >  {
> >      switch (type) {
> >      case SPICE_MSGC_ACK_SYNC:
> > -        if (size != sizeof(uint32_t)) {
> > -            red_channel_warning(red_channel_client_get_channel(rcc), "bad
> > message size");
> > -            return FALSE;
> > -        }
> > -        rcc->priv->ack_data.client_generation = *(uint32_t *)(message);
> > +        rcc->priv->ack_data.client_generation = ((SpiceMsgcAckSync *)
> > message)->generation;
> 
> This last line is fine but I realized that for some reasons smartcard
> channel is not setting the parser so would be better to leave the check.
> Even better to use the parser maybe.

Does it mean you nacked your patch?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20191004/3db3a62f/attachment.sig>


More information about the Spice-devel mailing list