Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50440 - openssl 0.9.7d smime produces segfault
Summary: openssl 0.9.7d smime produces segfault
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High critical
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-08 04:12 UTC by borut.kersevan
Modified: 2004-06-14 13:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description borut.kersevan 2004-05-08 04:12:02 UTC
runinning: 
opessl smime -encrypt -in file.in -out file.out cert.pem 
produces a segfault. Other mods of openssl seem to work fine (e.g. openssl x509 ..); spooky..


Reproducible: Always
Steps to Reproduce:
1. make an input file (echo fubar > file.in)
2. get a working certificate/key pair 
3. run opessl smime -encrypt -in file.in -out file.out cert.pem

Actual Results:  
segfault

Expected Results:  
produce an encrypted file.out
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2004-05-10 04:53:59 UTC
You need to post emerge info.
Comment 2 borut.kersevan 2004-05-10 11:45:12 UTC
Sure, here it is:

Portage 2.0.50-r6 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.25-gentoo)
=================================================================
System uname: 2.4.25-gentoo i686 AMD Athlon(tm) XP 1700+
Gentoo Base System version 1.4.10
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/afs/C /etc/afs/afsws /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X Xaw3d acl afs alsa apache2 apm arts avi berkdb bindist bonobo cdr crypt cups dvd emacs encode esd foomaticdb gd gdbm gif gnome gpm gtk gtk2 imap imlib ipv6 java jpeg kde kerberos krb4 ldap libg++ libwww mad mbox mikmod motif mozilla mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png pnp postgres python qt quicktime readline samba sasl sdl slang slp snmp spell ssl svga tcltk tcpd tetex truetype unicode usb x86 xinerama xml xml2 xmms xv zlib"
Comment 3 Daniel Ahlberg (RETIRED) gentoo-dev 2004-06-14 13:24:16 UTC
Fixed in openssl-0.9.7d-r1, thanks!