Changeset 77 for trunk/lib


Ignore:
Timestamp:
01/07/07 10:19:43 (17 years ago)
Author:
tim
Message:

Improved support for unknown registry types.

Fixed potential security issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/regfio.c

    r76 r77  
    10851085
    10861086  data_size = ((start_off - end_off ) & 0xfffffff8 );
     1087  /* XXX: should probably print a warning here */
    10871088  /*if ( data_size !=  vk->rec_size )
    10881089    DEBUG(10,("prs_vk_rec: data_size check failed (0x%x < 0x%x)\n", data_size, vk->rec_size));*/
Note: See TracChangeset for help on using the changeset viewer.