Changeset 173


Ignore:
Timestamp:
03/07/10 22:39:09 (14 years ago)
Author:
tim
Message:

fixed problem with little data in reglookup-recover

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/regfi.c

    r172 r173  
    28032803                                     uint32_t length, bool strict)
    28042804{
     2805  uint8_t i;
    28052806  REGFI_BUFFER ret_val;
    2806   uint8_t i;
    28072807
    28082808  ret_val.buf = NULL;
  • trunk/src/reglookup-recover.c

    r172 r173  
    22 * This program attempts to recover deleted data structures in a registry hive.
    33 *
    4  * Copyright (C) 2008-2009 Timothy D. Morgan
     4 * Copyright (C) 2008-2010 Timothy D. Morgan
    55 *
    66 * This program is free software; you can redistribute it and/or modify
     
    572572          }
    573573        }
    574         /* XXX: Need to come up with a different way to link these so the
    575          *      vk->data item can be removed from the structure.
    576          */
    577         vk->data = regfi_buffer_to_data(data);
    578         talloc_steal(vk, vk->data);
    579574      }
     575      /* XXX: Need to come up with a different way to link these so the
     576       *      vk->data item can be removed from the structure.
     577       */
     578      vk->data = regfi_buffer_to_data(data);
     579      talloc_steal(vk, vk->data);
    580580    }
    581581  }
Note: See TracChangeset for help on using the changeset viewer.