1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-12 03:28:14 +00:00
Lasse Collin 1f19690914 Index decoder fixes.
The Index decoder code didn't perfectly match the API docs,
which said that *i will be set to point to the decoded Index
only after decoding has succeeded. The docs were a bit unclear
too.

Now the decoder will initially set *i to NULL. *i will be set
to point to the decoded Index once decoding has succeeded.
This simplifies applications too, since it avoids dangling
pointers.
2009-11-25 12:52:56 +02:00
..
2009-08-27 10:13:46 +03:00
2009-08-27 10:13:46 +03:00
2009-08-27 10:13:46 +03:00
2009-08-27 10:13:46 +03:00
2009-11-14 18:59:19 +02:00
2009-11-15 12:40:17 +02:00
2009-08-27 10:13:46 +03:00
2009-11-25 12:52:56 +02:00
2009-11-14 18:59:19 +02:00
2009-08-27 10:13:46 +03:00
2009-08-27 16:21:22 +03:00
2009-09-15 21:07:23 +03:00