[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#335615: marked as done (Infinite recursion in pkgAcquire::UriIterator::operator++())



Your message dated Wed, 14 Sep 2011 22:08:51 +0200
with message-id <CAAZ6_fDdiYck-KyFf-ZK70h3Li4RvtawEDC0rJPqAJfe61c2yw@mail.gmail.com>
and subject line Close: Infinite recursion in pkgAcquire::UriIterator::operator++()
has caused the Debian Bug report #335615,
regarding Infinite recursion in pkgAcquire::UriIterator::operator++()
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
335615: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=335615
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libapt-pkg-dev
Version: 0.6.42.1
Severity: normal

  It looks to me like this method is an infinite loop:

   inline void operator ++() {operator ++();};

  Presumably that should be something like:

   inline void operator ++() {operator ++(0);};

  (disclaimer: I haven't actually tested this theory; just noticed the
   oddity as I was combing through headers)

  Daniel
  

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libapt-pkg-dev depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.42.1   Advanced front-end for dpkg
ii  apt-utils                     0.6.42.1   APT utility programs

libapt-pkg-dev recommends no packages.

-- no debconf information

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 0.7.21

Was fixed by a commit of the reporter himself,
but while the commit (rev 1767) has the Closes tag
it never ended up in debian/changelog.
So closing this bug now finally as fixed…


Best regards

David Kalnischkies


--- End Message ---

Reply to: