/[rdesktop]/sourceforge.net/trunk/rdesktop/rdp.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/rdp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 738 by astrand, Mon Jul 12 21:07:39 2004 UTC revision 775 by jsorg71, Sat Oct 2 01:01:57 2004 UTC
# Line 1085  process_data_pdu(STREAM s, uint32 * ext_ Line 1085  process_data_pdu(STREAM s, uint32 * ext_
1085    
1086          if (ctype & RDP_MPPC_COMPRESSED)          if (ctype & RDP_MPPC_COMPRESSED)
1087          {          {
1088                    if (len > RDP_MPPC_DICT_SIZE)
1089                      error("error decompressed packet size exceeds max\n");
1090                  if (mppc_expand(s->p, clen, ctype, &roff, &rlen) == -1)                  if (mppc_expand(s->p, clen, ctype, &roff, &rlen) == -1)
1091                          error("error while decompressing packet\n");                          error("error while decompressing packet\n");
1092    

Legend:
Removed from v.738  
changed lines
  Added in v.775

  ViewVC Help
Powered by ViewVC 1.1.26