Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/modload
Module Name: src
Committed By: jdolecek
Date: Wed Feb 11 18:42:37 UTC 2004
Modified Files:
src/sbin/modload: a.out.c elf.c modload.c modload.h
Log Message:
it's not correct to use MAXPATHNAME-sized buffer for link command, as
pointed out by Klaus Klein (original idea was that it should hold at least
the pathname ...); instead, let the ELF and a.out backends allocate memory
for the link command, and get rid of the fixed size buffer altogether
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sbin/modload/a.out.c
cvs rdiff -r1.15 -r1.16 src/sbin/modload/elf.c
cvs rdiff -r1.42 -r1.43 src/sbin/modload/modload.c
cvs rdiff -r1.5 -r1.6 src/sbin/modload/modload.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index