summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-27 12:43:54 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-27 12:43:54 +0000
commit0c65d7e5f6c8a7890eaf509a37274a9f541f1d62 (patch)
treea38de87e9f562a4745e9398736879f58de13f042 /ChangeLog
parent93709c1e927c78fce18bdb81d22e8e17051e6f6d (diff)
downloadldetect-0c65d7e5f6c8a7890eaf509a37274a9f541f1d62.tar
ldetect-0c65d7e5f6c8a7890eaf509a37274a9f541f1d62.tar.gz
ldetect-0c65d7e5f6c8a7890eaf509a37274a9f541f1d62.tar.bz2
ldetect-0c65d7e5f6c8a7890eaf509a37274a9f541f1d62.tar.xz
ldetect-0c65d7e5f6c8a7890eaf509a37274a9f541f1d62.zip
kill doble entrie
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 0 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e8b75b..79d858a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -492,19 +492,6 @@
* ldetect.spec, pci.c: - detect ohci1394 & ehci-hcd based on the
pci class
(as done in RedHat's kudzu)
-
-2003-04-22 09:45 Pixel <pixel at mandriva.com>
-
- * ldetect.spec: - Use read() instead of fread() to read from
- "/proc/bus/pci/%02x/%02x.%d".
- Thanks a lot to Tom Cox for finding this bug:
-
- The proc.c module in the kernel source clearly states that
- reading more than 64 bytes can cause problems. The pci.c
- module in the ldetect library uses the buffered fread()
- function. This function always reads in blocks, so when
- run as root, the read always tried to read more than the
- user requested amount.
This should fix freezes when doing a full probe