On 8.3.2010, at 12.03, Gerfried Fuchs wrote:

>> Either rename buffer_free() on libpam-ssh's side, or mark it in some way
>> internal to the shared library (I don't know how to do the latter, but I
>> think it's possible).
> 
> As this bug has been reassigned without a version number the BTS
> considers all versions to be affected by this, including the version in
> stable. Given that Erich did report this against the version in unstable
> I think the buffer_free() function in dovecot might have been added at a
> later stage (otherwise I would have expected Erich to report it earlier
> already?).

buffer_free() has been there ever since the first version of Dovecot, but 
you're right, in v1.0 it's only a macro:

void _buffer_free(buffer_t **buf);
#define buffer_free(buf) _buffer_free(&(buf))

In v1.1+ it became a function.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to