hivex_value_multiple_strings: Don't read uninitialized data.
[hivex.git] / lib / hivex.c
2011-04-13 Richard W.M. Joneshivex_value_multiple_strings: Don't read uninitialized...
2011-04-13 Richard W.M. JonesHandle odd-length "UTF16" strings.
2011-04-13 Richard W.M. JonesReturn real length of buffer from hivex_value_value.
2011-04-13 Richard W.M. JonesReally fix the case where a UTF-16 string contains...
2011-04-12 Richard W.M. JonesFix use-after-free in hivex_close.
2010-08-13 Matthew BoothAdd debug output to hivex_close.
2010-07-12 Richard JonesDon't try to process junk after a string value as UTF-16.
2010-07-12 Hilko BengenCall iconv_close along error path out of function.
2010-07-08 Conrad MeyerAdd hivex_set_value API call, and ocaml and perl bindin...
2010-03-29 Richard JonesZero all new block allocations.
2010-03-29 Richard JonesIncrease HIVEX_MAX_VALUES from 1000 to 10000.
2010-03-26 Richard JonesIncrease HIVEX_MAX_SUBKEYS to 15000.
2010-03-26 Richard Joneshivex: Add debugging message when returning ERANGE...
2010-02-24 Richard JonesRename hivex/ -> lib/