Changeset 173
- Timestamp:
- 03/07/10 22:39:09 (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/regfi.c
r172 r173 2803 2803 uint32_t length, bool strict) 2804 2804 { 2805 uint8_t i; 2805 2806 REGFI_BUFFER ret_val; 2806 uint8_t i;2807 2807 2808 2808 ret_val.buf = NULL; -
trunk/src/reglookup-recover.c
r172 r173 2 2 * This program attempts to recover deleted data structures in a registry hive. 3 3 * 4 * Copyright (C) 2008-20 09Timothy D. Morgan4 * Copyright (C) 2008-2010 Timothy D. Morgan 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify … … 572 572 } 573 573 } 574 /* XXX: Need to come up with a different way to link these so the575 * vk->data item can be removed from the structure.576 */577 vk->data = regfi_buffer_to_data(data);578 talloc_steal(vk, vk->data);579 574 } 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); 580 580 } 581 581 }
Note: See TracChangeset
for help on using the changeset viewer.