Displaying 4 results from an estimated 4 matches for "d_path_".
Did you mean:
d_path_s
2003 Sep 22
1
[Bug 704] 3.7.1p1 does not compile on FreeBSD 4.2
...critical
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: john at firstbase.com
./configure
[snip]
make
[snip snip snip]
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I. -DSSHDIR=\"/usr/loc
al/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAUL
T=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/s
ftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_S
SH_PIDDIR=\"/var/run\" -...
2002 Dec 18
1
[Bug 458] sshd crashes with "fatal: mm_malloc: size too big"
http://bugzilla.mindrot.org/show_bug.cgi?id=458
------- Additional Comments From us- at gmx.de 2002-12-19 03:16 -------
Sorry, typo: The irix version is 6.5.17 not 6.5.18
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 Sep 05
3
[Bug 458] sshd crashes with "fatal: mm_malloc: size too big"
...; (8 * sizeof(size_t)) - 1)
but got an error (also out of bounds :-(
The definition of SIZE_T_MAX has to be changed to be in the range of the type of
size
>From the build log:
gcc -O3 -pipe -mcpu=ultrasparc -m32 -I. -I. -I/usr/local/include
-I/usr/local/include -DSSHDIR=\"/etc/ssh\"
-D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_
SSH_ASKPASS_DEFAULT=\"/usr/local/lib/ssh/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/us
r/local/lib/ssh/sftp-server\"
-D_PATH_SSH_KEY_SIGN=\"/usr/local/lib/ssh/ssh-keysign\"
-D_PATH_SSH_PIDDIR=\"/var/run\&q...
2001 Dec 20
0
warnings building openssh-3.0.2p1 on HP-UX 10.20
...er errors.)
- - cut here - -
cc -Ae +O2 -I/usr/local/include -I/nuinfo/local/openssl/include -Ae -Ae
-I/usr/local/include -I/nuinfo/local/openssl/include -I. -I. -I/nuinfo/local/op
enssl/lib -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -DETCDIR=\"
/etc/openssh\" -D_PATH_SSH_PROGRAM=\"/nuinfo/local/openssh/bin/ssh\" -D_PATH_S
SH_ASKPASS_DEFAULT=\"/nuinfo/local/openssh/libexec/ssh-askpass\" -D_PATH_SFTP_S
ERVER=\"/nuinfo/local/openssh/libexec/sftp-server\" -D_PATH_SSH_PIDDIR=\"/var/r
un\" -DHAVE_CONFIG_H -c packet.c
cc: &quo...