Page MenuHome GnuPG
Feed Advanced Search

Mar 10 2015

werner added a project to T1889: ocsp.c: null pointer passed as an argument to a 'nonnull' parameter: Mistaken.
Mar 10 2015, 9:35 AM · Mistaken, Bug Report, libksba
werner added a comment to T1889: ocsp.c: null pointer passed as an argument to a 'nonnull' parameter.

No c+p of warnings please! Use gnupg-devel for such things.

Mar 10 2015, 9:35 AM · Mistaken, Bug Report, libksba
werner added a comment to T1888: der-encoder.c: dereference of null pointer.

No c+p of warnings please! Use gnupg-devel for such things.

Mar 10 2015, 9:34 AM · Mistaken, Bug Report, libksba
werner added a project to T1888: der-encoder.c: dereference of null pointer: Mistaken.
Mar 10 2015, 9:34 AM · Mistaken, Bug Report, libksba
werner closed T1888: der-encoder.c: dereference of null pointer as Resolved.
Mar 10 2015, 9:34 AM · Mistaken, Bug Report, libksba

Mar 6 2015

JW renamed T1888: der-encoder.c: dereference of null pointer from Dereference of a null pointer to der-encoder.c: dereference of null pointer.
Mar 6 2015, 8:36 AM · Mistaken, Bug Report, libksba
JW renamed T1889: ocsp.c: null pointer passed as an argument to a 'nonnull' parameter from Null pointer passed as an argument to a 'nonnull' parameter to ocsp.c: null pointer passed as an argument to a 'nonnull' parameter.
Mar 6 2015, 8:35 AM · Mistaken, Bug Report, libksba
JW renamed T1890: ocsp.c: dereference of null pointer from Dereference of a null pointer to ocsp.c: dereference of null pointer.
Mar 6 2015, 8:35 AM · Mistaken, Bug Report, libksba
JW renamed T1891: name.c: dereference of null pointer from Dereference of null pointer to name.c: dereference of null pointer.
Mar 6 2015, 8:35 AM · Mistaken, Bug Report, libksba
JW renamed T1892: dn.c: function call argument is an uninitialized value from Function call argument is an uninitialized value to dn.c: function call argument is an uninitialized value.
Mar 6 2015, 8:34 AM · Mistaken, Bug Report, libksba
JW added projects to T1892: dn.c: function call argument is an uninitialized value: libksba, Bug Report.
Mar 6 2015, 7:54 AM · Mistaken, Bug Report, libksba
JW set Version to 1.3.2 on T1891: name.c: dereference of null pointer.
Mar 6 2015, 7:53 AM · Mistaken, Bug Report, libksba
JW added projects to T1891: name.c: dereference of null pointer: libksba, Bug Report.
Mar 6 2015, 7:53 AM · Mistaken, Bug Report, libksba
JW added projects to T1890: ocsp.c: dereference of null pointer: libksba, Bug Report.
Mar 6 2015, 7:52 AM · Mistaken, Bug Report, libksba
JW set Version to 1.3.2 on T1889: ocsp.c: null pointer passed as an argument to a 'nonnull' parameter.
Mar 6 2015, 7:51 AM · Mistaken, Bug Report, libksba
JW added projects to T1889: ocsp.c: null pointer passed as an argument to a 'nonnull' parameter: libksba, Bug Report.
Mar 6 2015, 7:51 AM · Mistaken, Bug Report, libksba
JW set Version to 1.3.2 on T1888: der-encoder.c: dereference of null pointer.
Mar 6 2015, 7:49 AM · Mistaken, Bug Report, libksba
JW added projects to T1888: der-encoder.c: dereference of null pointer: libksba, Bug Report.
Mar 6 2015, 7:49 AM · Mistaken, Bug Report, libksba
JW added a comment to T1867: Potential use of uniinitialized vairaible.

Changed status to 'unread'. I'm not chatting.

Mar 6 2015, 6:17 AM · Mistaken, Bug Report, libksba
JW added a comment to T1867: Potential use of uniinitialized vairaible.

Updated cert.c which initializes the variable algo.

Mar 6 2015, 6:16 AM · Mistaken, Bug Report, libksba
JW added a comment to T1867: Potential use of uniinitialized vairaible.

Mar 6 2015, 6:16 AM · Mistaken, Bug Report, libksba
JW added a comment to T1876: Memory leaks when running `make check` under Clang sanitizers.

Updated status to 'unread'. I'm not chatting.

Mar 6 2015, 5:16 AM · Mistaken, Bug Report, libksba
JW reopened T1876: Memory leaks when running `make check` under Clang sanitizers as "Open".
Mar 6 2015, 5:16 AM · Mistaken, Bug Report, libksba
JW closed T1876: Memory leaks when running `make check` under Clang sanitizers as Resolved.
Mar 6 2015, 5:15 AM · Mistaken, Bug Report, libksba
JW added a comment to T1876: Memory leaks when running `make check` under Clang sanitizers.

Updated to include line numbers.

54400==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 240 byte(s) in 12 object(s) allocated from:

#0 0x49f45b in __interceptor_malloc

/home/gpg-user/Clang-3.5/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:40:3

#1 0x5462d0 in _ksba_oid_to_str

/home/gpg-user/gcrypt-2.0-sanitize/libksba-1.3.2/src/oid.c:75:16

#2 0x4bcce9 in main

/home/gpg-user/gcrypt-2.0-sanitize/libksba-1.3.2/tests/t-oid.c:164:7

#3 0x2b8edcf1aec4 in __libc_start_main

/build/buildd/eglibc-2.19/csu/libc-start.c:287

Direct leak of 58 byte(s) in 2 object(s) allocated from:

#0 0x49f45b in __interceptor_malloc

/home/gpg-user/Clang-3.5/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:40:3

#1 0x5570e4 in _ksba_strdup

/home/gpg-user/gcrypt-2.0-sanitize/libksba-1.3.2/src/util.c:162:13

#2 0x4bcce9 in main

/home/gpg-user/gcrypt-2.0-sanitize/libksba-1.3.2/tests/t-oid.c:164:7

#3 0x2b8edcf1aec4 in __libc_start_main

/build/buildd/eglibc-2.19/csu/libc-start.c:287

SUMMARY: AddressSanitizer: 298 byte(s) leaked in 14 allocation(s).

FAIL: t-oid

1 of 4 tests failed

Please report to http://bugs.gnupg.org

Mar 6 2015, 5:15 AM · Mistaken, Bug Report, libksba
JW added projects to T1880: warning: implicit declaration of function: libksba, Bug Report.
Mar 6 2015, 5:11 AM · Not A Bug, Bug Report, libksba
JW set Version to 1.3.2 on T1880: warning: implicit declaration of function.
Mar 6 2015, 5:11 AM · Not A Bug, Bug Report, libksba
JW added a comment to T1876: Memory leaks when running `make check` under Clang sanitizers.

Attached is the script I am using to acceptance test the suite. It requires
Clang 3.5 (Clang 3.5 recipe was provided with Bug 1872).

Mar 6 2015, 4:55 AM · Mistaken, Bug Report, libksba
JW added a comment to T1876: Memory leaks when running `make check` under Clang sanitizers.

Mar 6 2015, 4:55 AM · Mistaken, Bug Report, libksba
JW set Version to 1.3.2 on T1876: Memory leaks when running `make check` under Clang sanitizers.
Mar 6 2015, 2:12 AM · Mistaken, Bug Report, libksba
JW added projects to T1876: Memory leaks when running `make check` under Clang sanitizers: libksba, Bug Report.
Mar 6 2015, 2:12 AM · Mistaken, Bug Report, libksba
JW added a comment to T1876: Memory leaks when running `make check` under Clang sanitizers.

Mar 6 2015, 2:12 AM · Mistaken, Bug Report, libksba

Mar 5 2015

JW added projects to T1867: Potential use of uniinitialized vairaible: libksba, Bug Report.
Mar 5 2015, 10:57 PM · Mistaken, Bug Report, libksba

Nov 27 2014

werner closed T1771: Failing test t-oid on Solaris 10 Sparc as Resolved.
Nov 27 2014, 12:25 PM · Bug Report, libksba

Nov 25 2014

dagobert added a comment to T1771: Failing test t-oid on Solaris 10 Sparc.

Ah yes, I had that before in our build system where RUNPATH is passed via LD_OPTIONS.
If I pass the flags via LDFLAGS it works.

Thanks! -- Dago

Nov 25 2014, 10:06 PM · Bug Report, libksba
werner added a comment to T1771: Failing test t-oid on Solaris 10 Sparc.

That pretty much looks like you are using this new test program with an older
Libksba.

Nov 25 2014, 3:59 PM · Bug Report, libksba
dagobert added projects to T1771: Failing test t-oid on Solaris 10 Sparc: libksba, Bug Report.
Nov 25 2014, 2:10 PM · Bug Report, libksba
dagobert set Version to 1.3.2 on T1771: Failing test t-oid on Solaris 10 Sparc.
Nov 25 2014, 2:10 PM · Bug Report, libksba
werner removed a project from T1574: compilation error: AIX headers define TRUE and FALSE: Restricted Project.
Nov 25 2014, 12:27 PM · Bug Report, libksba
werner closed T1574: compilation error: AIX headers define TRUE and FALSE as Resolved.
Nov 25 2014, 12:27 PM · Bug Report, libksba
werner added a project to T1526: libksba gpg-error option incorrect: Duplicate.
Nov 25 2014, 12:27 PM · Duplicate, Bug Report, libksba
werner closed T1526: libksba gpg-error option incorrect as Resolved.
Nov 25 2014, 12:27 PM · Duplicate, Bug Report, libksba
werner added a comment to T1526: libksba gpg-error option incorrect.

Duplicate of T1467

Nov 25 2014, 12:27 PM · Duplicate, Bug Report, libksba
werner added a comment to T1526: libksba gpg-error option incorrect.

See the other bug. Will be fixed with the next release.

Nov 25 2014, 12:26 PM · Duplicate, Bug Report, libksba

Jan 31 2014

lmamane added a comment to T1467: libksba's configure script reports "--with-libgpg-error-prefix", expects "--with-gpg-error-prefix".

This happens because AM_PATH_GPG_ERROR uses AC_ARG_WITH
in a bad way. First it parses the official name, which
is --with-libgpg-error-prefix. But then it tries to implement
a fallback to the old undocumented option name
--with-gpg-error-prefix. Unfortunately, that fallback
unconditionally overwrites the result of the first
AC_ARG_WITH.

The enclosed patch fixes this issue.

This patch needs to be installed in both the libksba
and the gnupg repositories.

The same issue was however fixed in the libassuan repo
in 97ce28a430129ce997783c6196ccfe737f5b3007. Applying
that solution in the libksba and gnupg repos would work
just as fine as my patch (and reduce the proliferation
of differing versions).

I think T1526 is a duplicate of this bug.

I think T1561 is the same bug, but in the gnupg
repository.

Jan 31 2014, 11:18 PM · Bug Report, libksba
lmamane added a comment to T1467: libksba's configure script reports "--with-libgpg-error-prefix", expects "--with-gpg-error-prefix".

D166: 424_0001-configure-fix-with-libgpg-error-prefix.patch

Jan 31 2014, 11:18 PM · Bug Report, libksba

Dec 10 2013

werner added a comment to T1574: compilation error: AIX headers define TRUE and FALSE.

Fixed with commit ab3fe5d.

Dec 10 2013, 3:03 PM · Bug Report, libksba
werner removed a project from T1574: compilation error: AIX headers define TRUE and FALSE: In Progress.
Dec 10 2013, 3:03 PM · Bug Report, libksba
werner added a project to T1574: compilation error: AIX headers define TRUE and FALSE: Restricted Project.
Dec 10 2013, 3:03 PM · Bug Report, libksba
werner added a comment to T1574: compilation error: AIX headers define TRUE and FALSE.

The grammar is quite old and should anyway adjusted to modern standard. There
is a separately mainatained toke table which does not make much sense, given
that that it is possible to re-use the bison generated token table. I see what
I can do.

Dec 10 2013, 10:35 AM · Bug Report, libksba
werner added a project to T1574: compilation error: AIX headers define TRUE and FALSE: In Progress.
Dec 10 2013, 10:35 AM · Bug Report, libksba

Nov 29 2013

haubi set Version to 1.3.0 on T1574: compilation error: AIX headers define TRUE and FALSE.
Nov 29 2013, 3:07 PM · Bug Report, libksba
haubi added a comment to T1574: compilation error: AIX headers define TRUE and FALSE.

D184: 409_libksba-1.3.0-undef-true.patch

Nov 29 2013, 3:07 PM · Bug Report, libksba
haubi added projects to T1574: compilation error: AIX headers define TRUE and FALSE: libksba, Bug Report.
Nov 29 2013, 3:07 PM · Bug Report, libksba

Aug 14 2013

quanah added projects to T1526: libksba gpg-error option incorrect: libksba, Bug Report.
Aug 14 2013, 11:44 PM · Duplicate, Bug Report, libksba

Jan 23 2013

Score_Under added projects to T1467: libksba's configure script reports "--with-libgpg-error-prefix", expects "--with-gpg-error-prefix": libksba, Bug Report.
Jan 23 2013, 11:22 PM · Bug Report, libksba

Aug 19 2010

werner closed T1269: libksba: buffer overflow in append_ucs2_value() as Resolved.
Aug 19 2010, 2:14 PM · Bug Report, libksba
werner added a comment to T1269: libksba: buffer overflow in append_ucs2_value().

Good catch. Fixed in SVN. Thanks.

Aug 19 2010, 2:14 PM · Bug Report, libksba

Aug 17 2010

ptr_uzl added projects to T1269: libksba: buffer overflow in append_ucs2_value(): libksba, Bug Report.
Aug 17 2010, 4:10 PM · Bug Report, libksba
ptr_uzl set Version to 1.0.8 on T1269: libksba: buffer overflow in append_ucs2_value().
Aug 17 2010, 4:10 PM · Bug Report, libksba

Feb 12 2008

werner set Version to 1.0.2 on T582: gpgsm: Signature verificaton fails.
Feb 12 2008, 4:46 PM · libksba, Gentoo, Bug Report
werner closed T582: gpgsm: Signature verificaton fails as Resolved.
Feb 12 2008, 4:46 PM · libksba, Gentoo, Bug Report
werner added a comment to T582: gpgsm: Signature verificaton fails.

That was just a stupid error, not catched for unknown reasons by gcc. Already
marked as resolved in Gentoo, so we can set it to resolved too. 1.0.3 will be
released RSN.

Feb 12 2008, 4:46 PM · libksba, Gentoo, Bug Report

Nov 27 2007

alonbl added a comment to T848: libksba - optimization issue.

D46: 146_libksba-1.0.2-segfault.patch

Nov 27 2007, 8:18 AM · Gentoo, Bug Report, libksba, Duplicate
alonbl closed T848: libksba - optimization issue as Resolved.
Nov 27 2007, 8:18 AM · Gentoo, Bug Report, libksba, Duplicate

Nov 20 2007

alonbl reopened T848: libksba - optimization issue as "Open".
Nov 20 2007, 7:27 AM · Gentoo, Bug Report, libksba, Duplicate
alonbl added a comment to T848: libksba - optimization issue.

I would love to be able to add my-self to CC of issues...

Nov 20 2007, 7:27 AM · Gentoo, Bug Report, libksba, Duplicate

Nov 19 2007

werner closed T848: libksba - optimization issue as Resolved.
Nov 19 2007, 4:01 PM · Gentoo, Bug Report, libksba, Duplicate
werner added a comment to T848: libksba - optimization issue.

issue 582 as been reopened. Please see there.

Nov 19 2007, 4:01 PM · Gentoo, Bug Report, libksba, Duplicate

Nov 14 2007

werner reopened T582: gpgsm: Signature verificaton fails as "Open".
Nov 14 2007, 11:17 AM · libksba, Gentoo, Bug Report
werner set External Link to http://bugs.gentoo.org/show_bug.cgi?id=198648 on T582: gpgsm: Signature verificaton fails.
Nov 14 2007, 11:17 AM · libksba, Gentoo, Bug Report
werner added a project to T582: gpgsm: Signature verificaton fails: libksba.
Nov 14 2007, 11:17 AM · libksba, Gentoo, Bug Report
werner added a comment to T848: libksba - optimization issue.

Duplicate of T582

Nov 14 2007, 11:11 AM · Gentoo, Bug Report, libksba, Duplicate
werner added a project to T848: libksba - optimization issue: Duplicate.
Nov 14 2007, 11:11 AM · Gentoo, Bug Report, libksba, Duplicate

Nov 12 2007

alonbl added projects to T848: libksba - optimization issue: libksba, Bug Report, Gentoo.
Nov 12 2007, 6:46 AM · Gentoo, Bug Report, libksba, Duplicate

Nov 15 2006

werner closed T719: gpgsm confuses cert with issuer cert as Resolved.
Nov 15 2006, 9:12 AM · Bug Report, libksba
werner added a comment to T719: gpgsm confuses cert with issuer cert.

The problem is due to an incosnsistent CA. Running with --debug 1 will give
more clues on this. Solved by direct discussion, thus closing.

Nov 15 2006, 9:12 AM · Bug Report, libksba

Nov 7 2006

marcus added a comment to T719: gpgsm confuses cert with issuer cert.

Nov 7 2006, 7:08 PM · Bug Report, libksba
marcus updated subscribers of T719: gpgsm confuses cert with issuer cert.
Nov 7 2006, 6:33 PM · Bug Report, libksba
marcus set Version to SVN 2006-11-07 on T719: gpgsm confuses cert with issuer cert.
Nov 7 2006, 6:33 PM · Bug Report, libksba
marcus added projects to T719: gpgsm confuses cert with issuer cert: libksba, Bug Report.
Nov 7 2006, 6:33 PM · Bug Report, libksba

Jul 29 2006

marcus added a project to T600: One liner summary: Trash.
Jul 29 2006, 12:08 AM · Trash, Bug Report
marcus added a comment to T600: One liner summary.

Bogus bug report.

Jul 29 2006, 12:08 AM · Trash, Bug Report

Jan 24 2006

gpandya00000 added projects to T600: One liner summary: libksba, Bug Report.
Jan 24 2006, 8:28 PM · Trash, Bug Report

Jun 2 2005

werner closed T468: asn1-func.c needs to include alloca.h on Solaris as Resolved.
Jun 2 2005, 10:08 AM · Bug Report, libksba
werner added a comment to T468: asn1-func.c needs to include alloca.h on Solaris.

Added gnulib stuff. Inserted alloca.h.

Jun 2 2005, 10:08 AM · Bug Report, libksba

May 25 2005

rlink added projects to T468: asn1-func.c needs to include alloca.h on Solaris: libksba, Bug Report.
May 25 2005, 8:01 PM · Bug Report, libksba

Apr 20 2005

werner closed T301: Parallel build failure as Resolved.
Apr 20 2005, 4:37 PM · Bug Report, libksba
werner removed a project from T301: Parallel build failure: Restricted Project.
Apr 20 2005, 4:37 PM · Bug Report, libksba
werner added a comment to T301: Parallel build failure.

Fixed in 0.9.11 released today

Apr 20 2005, 4:37 PM · Bug Report, libksba

Jan 21 2005

werner added a comment to T301: Parallel build failure.

Needed to use per-target flags to rename object used by for
the library and the build time helpers.

Jan 21 2005, 8:43 PM · Bug Report, libksba
werner added a project to T301: Parallel build failure: Restricted Project.
Jan 21 2005, 8:43 PM · Bug Report, libksba
werner added a comment to T301: Parallel build failure.

I can duplicate that problem. Thanks.

Jan 21 2005, 8:25 PM · Bug Report, libksba
werner closed T369: aclocal >= 1.8 warnings from ksba.m4 as Resolved.
Jan 21 2005, 8:21 PM · Bug Report, libksba
werner added a comment to T369: aclocal >= 1.8 warnings from ksba.m4.

We have upgraded to automake 1.9.3 and fixed al tehse issues.

Jan 21 2005, 8:21 PM · Bug Report, libksba

Oct 22 2004

skytta added projects to T369: aclocal >= 1.8 warnings from ksba.m4: libksba, Bug Report.
Oct 22 2004, 10:13 PM · Bug Report, libksba

Apr 12 2004

skytta added projects to T301: Parallel build failure: libksba, Bug Report.
Apr 12 2004, 2:07 AM · Bug Report, libksba