827_oid_oob_small.crt1 KBDownload
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
May 1 2016
May 1 2016
pascal_cuoq added a comment to T2344: out of bounds read in ksba_cert_get_ext_key_usages called from libksba/cert-basic.
pascal_cuoq set Version to 1.3.3 on T2344: out of bounds read in ksba_cert_get_ext_key_usages called from libksba/cert-basic.
Apr 29 2016
Apr 29 2016
pascal_cuoq set Version to 1.3.3 on T2342: reading uninitialized memory in libksba/cert-basic, with subsequent crash.
Apr 10 2015
Apr 10 2015
• werner added a comment to T1467: libksba's configure script reports "--with-libgpg-error-prefix", expects "--with-gpg-error-prefix".
This has been fixed in libgpg-error and the gpg-error.m4 macros have been
updated in all gnupg related libraries.
Mar 10 2015
Mar 10 2015
No c+p of warnings please! Use gnupg-devel instead.
• werner added a project to T1876: Memory leaks when running `make check` under Clang sanitizers: Mistaken.
Use gnupg-devel for such things.
(If you want to provide a fix, please provide a diff and not the complete file.)
No c+p of warnings please! Use gnupg-devel for such things.
• werner added a project to T1892: dn.c: function call argument is an uninitialized value: Mistaken.
No c+p of warnings please! Use gnupg-devel for such things.
No c+p of warnings please! Use gnupg-devel for such things.
No c+p of warnings please! Use gnupg-devel for such things.
• werner closed T1889: ocsp.c: null pointer passed as an argument to a 'nonnull' parameter as Resolved.
• werner added a project to T1889: ocsp.c: null pointer passed as an argument to a 'nonnull' parameter: Mistaken.
• 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.
No c+p of warnings please! Use gnupg-devel for such things.
Mar 6 2015
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.
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.
JW renamed T1890: ocsp.c: dereference of null pointer from Dereference of a null pointer to ocsp.c: dereference of null pointer.
JW renamed T1891: name.c: dereference of null pointer from Dereference of null pointer to name.c: dereference of null pointer.
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.
JW added projects to T1892: dn.c: function call argument is an uninitialized value: libksba, Bug Report.
JW set Version to 1.3.2 on T1889: ocsp.c: null pointer passed as an argument to a 'nonnull' parameter.
JW added projects to T1889: ocsp.c: null pointer passed as an argument to a 'nonnull' parameter: libksba, Bug Report.
Changed status to 'unread'. I'm not chatting.
Updated cert.c which initializes the variable algo.
581_cert.c59 KBDownload
Updated status to 'unread'. I'm not chatting.
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
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).
576_gpg-sanitize-recipe.sh10 KBDownload
JW added projects to T1876: Memory leaks when running `make check` under Clang sanitizers: libksba, Bug Report.
568_gpg-sanitize-recipe.sh10 KBDownload
Mar 5 2015
Mar 5 2015
Nov 27 2014
Nov 27 2014
Nov 25 2014
Nov 25 2014
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
That pretty much looks like you are using this new test program with an older
Libksba.
• werner removed a project from T1574: compilation error: AIX headers define TRUE and FALSE: Restricted Project.
Duplicate of T1467
See the other bug. Will be fixed with the next release.
Jan 31 2014
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.
Dec 10 2013
Dec 10 2013
Fixed with commit ab3fe5d.
• werner removed a project from T1574: compilation error: AIX headers define TRUE and FALSE: In Progress.
• werner added a project to T1574: compilation error: AIX headers define TRUE and FALSE: Restricted Project.
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.
• werner added a project to T1574: compilation error: AIX headers define TRUE and FALSE: In Progress.
Nov 29 2013
Nov 29 2013
haubi added projects to T1574: compilation error: AIX headers define TRUE and FALSE: libksba, Bug Report.
Aug 14 2013
Aug 14 2013
Jan 23 2013
Jan 23 2013
Aug 19 2010
Aug 19 2010
Good catch. Fixed in SVN. Thanks.
Aug 17 2010
Aug 17 2010
ptr_uzl added projects to T1269: libksba: buffer overflow in append_ucs2_value(): libksba, Bug Report.
Feb 12 2008
Feb 12 2008
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.
Nov 27 2007
Nov 27 2007
Nov 20 2007
Nov 20 2007
I would love to be able to add my-self to CC of issues...
Nov 19 2007
Nov 19 2007
issue 582 as been reopened. Please see there.
Nov 14 2007
Nov 14 2007