reverbrain / eblob

Eblob is an append-only low-level IO library, which saves data in blob files. Created as low-level backend for elliptics
GNU Lesser General Public License v3.0
104 stars 29 forks source link

blob: threat 0-sized entry as non-existient on append with EXTHDR #28

Closed SaveTheRbtz closed 11 years ago

SaveTheRbtz commented 11 years ago

This is follow-up fix for 886117b: "blob: fix append of non-exisient entries with EXTHDR"

This part is responsible for code path where entry is actually exists but has zero size (i.e. prepared entry), therefore must be threated as non-existent one.

Reported by: kiwi@