Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   itohy
Date:           Sat Oct 17 17:14:02 UTC 1998

Modified Files:
        src/gnu/usr.bin/ld/arch/m68k: md.c
Log Message:
Correct return value of md_midcompat().

Modified Files:
        src/gnu/usr.bin/ld/ld: lib.c
Log Message:
Correct return value of md_midcompat().
1. The 1st arg of sprintf() shall be nul terminated
(The C specification can read as such and our implementation of sprintf()
issues strlen() to the arg).
2. Eliminate memory leaks.




Home | Main Index | Thread Index | Old Index