[Pdns-dev] Re: [patch] Zone2ldap fix + feature
Christof Meerwald
cmeerw at web.de
Tue Dec 30 23:14:02 CET 2003
On Tue, 30 Dec 2003 22:19:56 +0100, Norbert Sendetzky wrote:
> On Tuesday 30 December 2003 19:38, you wrote:
>> - while( --j != subparts.begin() )
>> + while( j-- && j != subparts.begin() )
> No, but it is this statement that causes the segfault if compiled with
> gcc 2.95.
Just a wild guess: maybe subparts is empty (in this case you are not allowed
to decrement the iterator)
bye, Christof
--
http://cmeerw.org JID: cmeerw at jabber.at
mailto cmeerw at web.de
More information about the Pdns-dev
mailing list