Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: gnusrc
Module Name: gnusrc
Committed By: kristerw
Date: Mon Oct 4 18:47:34 UTC 1999
Modified Files:
gnusrc/gnu/dist/bfd: targets.c
Log Message:
Some time ago, bfd_target_vector was changed from beeing an array, to be
a pointer to an array. Unfortunately, the sizeof(bfd_target_vector) was
not changed. That made ar(1) allocate 4 bytes for an 48 bytes array...
This solves PR bin/8200 from Matthias Buelow.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 gnusrc/gnu/dist/bfd/targets.c
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