Re: [dev] [PATCH] Support the DECSCUSR CSI escape sequence
I'm going to apply it, but with this small change:
- csiescseq.mode[1] = *p;
+ csiescseq.mode[1] = (p < csiescseq.buf+csiescseq.len) ? *p : '\0';
because my suggestion was not totally true, and it was possible
go further of the end of the string.
Regards,
Received on Thu Mar 19 2015 - 06:37:00 CET
This archive was generated by hypermail 2.3.0
: Thu Mar 19 2015 - 06:48:07 CET