[Touch-packages] [Bug 1593378] Re: crash in slap_bv2ad using repeated tags

2016-11-09 Thread Louis Bouchard
** Tags removed: sts-sru -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openldap in Ubuntu. https://bugs.launchpad.net/bugs/1593378 Title: crash in slap_bv2ad using repeated tags Status in openldap package in Ubuntu:

[Touch-packages] [Bug 1593378] Re: crash in slap_bv2ad using repeated tags

2016-07-06 Thread Launchpad Bug Tracker
This bug was fixed in the package openldap - 2.4.31-1+nmu2ubuntu8.3 --- openldap (2.4.31-1+nmu2ubuntu8.3) trusty; urgency=medium * Fix segfault issue in slap_bv2ad (LP: #1593378) - d/p/its-7941-fix-for-repeated-tags.patch: Cherry picked patch from upstream VCS. -- Eric

[Touch-packages] [Bug 1593378] Re: crash in slap_bv2ad using repeated tags

2016-07-01 Thread Eric Desrochers
The following has been brought to my attention by a user : "I got verification from the system test, the fix solves the ldap issue. Thank you for the fix" -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openldap in Ubuntu.

[Touch-packages] [Bug 1593378] Re: crash in slap_bv2ad using repeated tags

2016-06-30 Thread Eric Desrochers
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openldap in Ubuntu. https://bugs.launchpad.net/bugs/1593378 Title: crash in slap_bv2ad using repeated

[Touch-packages] [Bug 1593378] Re: crash in slap_bv2ad using repeated tags

2016-06-27 Thread Robie Basak
Unsubscribing ~ubuntu-sponsors as it looks like this has already been uploaded. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openldap in Ubuntu. https://bugs.launchpad.net/bugs/1593378 Title: crash in slap_bv2ad using

[Touch-packages] [Bug 1593378] Re: crash in slap_bv2ad using repeated tags

2016-06-24 Thread Eric Desrochers
** Tags removed: sts-sponsor -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openldap in Ubuntu. https://bugs.launchpad.net/bugs/1593378 Title: crash in slap_bv2ad using repeated tags Status in openldap package in Ubuntu:

[Touch-packages] [Bug 1593378] Re: crash in slap_bv2ad using repeated tags

2016-06-24 Thread Martin Pitt
Hello Eric, or anyone else affected, Accepted openldap into trusty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/openldap/2.4.31-1+nmu2ubuntu8.3 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Touch-packages] [Bug 1593378] Re: crash in slap_bv2ad using repeated tags

2016-06-21 Thread Eric Desrochers
The user that originally reported the issue on Ubuntu package have tested a "Test package". The "Test package" I have builded can be found here : ppa:slashd/fix1593378. Users feedback : "We tested the hotfix and looks like it works, the sldap on the CIC with the fix didn`t crash." Eric **

[Touch-packages] [Bug 1593378] Re: crash in slap_bv2ad using repeated tags

2016-06-20 Thread Eric Desrochers
Here's the debdiff for Trusty which is a cherry picked patch from upstream VCS. ** Patch added: "lp1593378_trusty.debdiff" https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1593378/+attachment/4687422/+files/lp1593378_trusty.debdiff ** Changed in: openldap (Ubuntu Trusty)

[Touch-packages] [Bug 1593378] Re: crash in slap_bv2ad using repeated tags

2016-06-20 Thread Eric Desrochers
** Description changed: + [Impact] + + The effect of the bug on users is that the program (slapd) terminated + with signal SIGSEGV, Segmentation fault when ldapsearch tries to query + using multiple language tags. + + + GDB output: + ... + Core was generated by `/usr/sbin/slapd -h ldap://:389

[Touch-packages] [Bug 1593378] Re: crash in slap_bv2ad using repeated tags

2016-06-17 Thread Eric Desrochers
** Changed in: openldap (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openldap in Ubuntu. https://bugs.launchpad.net/bugs/1593378 Title: crash in slap_bv2ad using repeated tags

[Touch-packages] [Bug 1593378] Re: crash in slap_bv2ad using repeated tags

2016-06-17 Thread Eric Desrochers
** Changed in: openldap (Ubuntu Trusty) Assignee: (unassigned) => Eric Desrochers (slashd) ** Tags added: sts ** Changed in: openldap (Ubuntu Trusty) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1593378] Re: crash in slap_bv2ad using repeated tags

2016-06-17 Thread Robie Basak
** Also affects: openldap (Ubuntu Trusty) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openldap in Ubuntu. https://bugs.launchpad.net/bugs/1593378 Title: crash in slap_bv2ad

[Touch-packages] [Bug 1593378] Re: crash in slap_bv2ad using repeated tags

2016-06-16 Thread Eric Desrochers
In frame #1 (gdb) p tags $2 = {{bv_len = 7, bv_val = 0x7f672c104866 "lang-de;lang-encn;lang-de;lang-encn;lang-de;lang-encn;lang-de;lang-encn;lang-de;lang-encn;lang-de;lang-encn;lang-de;lang-encn;lang-de;lang-encn;lang-de;lang-encn;lang-de;lang-encn;lang-de;lang-encn;la"...}, {bv_len = 9,

[Touch-packages] [Bug 1593378] Re: crash in slap_bv2ad using repeated tags

2016-06-16 Thread Eric Desrochers
** Changed in: openldap (Ubuntu) Assignee: (unassigned) => Eric Desrochers (slashd) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openldap in Ubuntu. https://bugs.launchpad.net/bugs/1593378 Title: crash in

[Touch-packages] [Bug 1593378] Re: crash in slap_bv2ad using repeated tags

2016-06-16 Thread Eric Desrochers
line #272 checks for duplication and jumps to the done label (line #294) when a duplicate is found. The code increases 'ntags' without filling in the tags struct with values. In later iterations this could lead to copying and using uninitialised memory. -- You received this bug notification

[Touch-packages] [Bug 1593378] Re: crash in slap_bv2ad using repeated tags

2016-06-16 Thread Eric Desrochers
** Changed in: openldap (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openldap in Ubuntu. https://bugs.launchpad.net/bugs/1593378 Title: crash in slap_bv2ad using repeated tags

[Touch-packages] [Bug 1593378] Re: crash in slap_bv2ad using repeated tags

2016-06-16 Thread Eric Desrochers
I think this upstream commit could be a possible candidate to fix that issue : commit 0659ef45d486b5daaafc020cb67b561a8029036d Author: Howard Chu Date: Thu Sep 18 00:33:33 2014 +0100 ITS#7941 fix for repeated tags Make sure ntags isn't incremented if we're