Changeset 124 for trunk


Ignore:
Timestamp:
08/09/08 21:19:03 (16 years ago)
Author:
tim
Message:

added a note for a future fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/regfi.c

    r116 r124  
    44 *
    55 * Unix SMB/CIFS implementation.
    6  * Windows NT registry I/O library
     6 * Windows NT registry parsing library
    77 *
    88 * Copyright (C) 2005-2008 Timothy D. Morgan
     
    16741674  if((ret_val->magic[0] != 'v') || (ret_val->magic[1] != 'k'))
    16751675  {
     1676    /* XXX: This does not account for deleted keys under Win2K which
     1677     *      often have this (and the name length) overwritten with
     1678     *      0xFFFF.
     1679     */
    16761680    free(ret_val);
    16771681    return NULL;
Note: See TracChangeset for help on using the changeset viewer.