Changeset 65 for trunk/lib/regfio.c


Ignore:
Timestamp:
07/23/06 13:00:20 (18 years ago)
Author:
tim
Message:

fixed a bug in types

added paranoid checks in smb_deps to prevent NULL pointer dereferences and corner-case memory leaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/regfio.c

    r61 r65  
    3131const unsigned int regfio_num_reg_types = 11;
    3232static const char* regfio_type_names[] =
    33   {"NONE", "SZ", "EXPAND_SZ", "BINARY", "DWORD", "DWORD_BE", "LINK"
     33  {"NONE", "SZ", "EXPAND_SZ", "BINARY", "DWORD", "DWORD_BE", "LINK",
    3434   "MULTI_SZ", "RSRC_LIST", "RSRC_DESC", "RSRC_REQ_LIST"};
    3535
Note: See TracChangeset for help on using the changeset viewer.