Changeset 63
- Timestamp:
- 04/25/05 12:45:18
- Files:
-
- openpgpsdk/trunk/src/packet-parse.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openpgpsdk/trunk/src/packet-parse.c
r62 r63 17 17 # include <dmalloc.h> 18 18 #endif 19 19 20 20 static void init_subregion(ops_region_t *subregion,ops_region_t *region) 21 21 { … … 177 177 /** Read a scalar. 178 178 * 179 * Read a Big Endian scalar of length bytes, respec ing packet boundaries (by calling #limited_read to read the raw179 * Read a Big Endian scalar of length bytes, respecting packet boundaries (by calling #limited_read to read the raw 180 180 * data). 181 181 * … … 684 684 break; 685 685 686 case OPS_PTAG_SS_PREFERRED_SKA: 687 688 C.ss_preferred_ska.len = subregion.length - subregion.length_read; 689 if (!ops_limited_read(C.ss_preferred_ska.data, 690 C.ss_preferred_ska.len, &subregion, opt)) 691 return 0; 692 break; 693 686 694 default: 687 695 if(opt->ss_parsed[t8]&t7)
