]> git.pond.sub.org Git - empserver/commit
(ef_ptr, ef_read): Oops on bad ID. Some callers rely on these
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 6 Nov 2005 11:01:37 +0000 (11:01 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 6 Nov 2005 11:01:37 +0000 (11:01 +0000)
commit5173f8cd07c202153e3b840e293ee0cc0599a04d
treee819dc357f976605451046c22ebf24f7d940825d
parent8d03e1ce8ea778c4ca5c1ee2e2bd329168b0cd40
(ef_ptr, ef_read): Oops on bad ID.  Some callers rely on these
functions to fail at the end of the table.  To support that, the first
ID beyond the end is not considered bad.

(ef_ensure_space): Oops on bad ID.
src/lib/common/file.c