tag 572266 + squeeze sid thanks * Timo Sirainen <t...@iki.fi> [2010-03-08 11:50:33 CET]: > 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.
So actually the bug is rather in dovecot? Anyway, this means that the bug doesn't affect stable and I'm tagging it as such. Thanks! Rhonda -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org