Changeset 131 for trunk/include


Ignore:
Timestamp:
01/11/09 15:14:20 (15 years ago)
Author:
tim
Message:

fixed an hbin length validation related to vk records
added hbin length validation for class names and data cells

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/regfi.h

    r128 r131  
    391391
    392392uint8* regfi_parse_data(REGF_FILE* file, uint32 offset,
    393                         uint32 length, bool strict);
     393                        uint32 length, uint32 max_size, bool strict);
    394394
    395395REGF_SK_REC* regfi_parse_sk(REGF_FILE* file, uint32 offset, uint32 max_size, bool strict);
     
    401401
    402402char* regfi_parse_classname(REGF_FILE* file, uint32 offset,
    403                             uint16* name_length, bool strict);
     403                            uint16* name_length, uint32 max_size, bool strict);
    404404
    405405
Note: See TracChangeset for help on using the changeset viewer.