Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/doc Add a note about removing the (int) casts from ctype.h
details: https://anonhg.NetBSD.org/src/rev/08a977ba0f5c
branches: trunk
changeset: 571089:08a977ba0f5c
user: dsl <dsl%NetBSD.org@localhost>
date: Wed Nov 10 21:30:29 2004 +0000
description:
Add a note about removing the (int) casts from ctype.h
diffstat:
doc/CHANGES | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 0059f7e8e602 -r 08a977ba0f5c doc/CHANGES
--- a/doc/CHANGES Wed Nov 10 20:59:40 2004 +0000
+++ b/doc/CHANGES Wed Nov 10 21:30:29 2004 +0000
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.379 $>
+LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.380 $>
[Note: This file does not mention every change made to the NetBSD source tree.
@@ -144,4 +144,8 @@
Daniel Hartmeier for OpenBSD. [augustss 20041022]
axe(4): The uax(4) driver has been replaced by the axe driver.
[augustss 20041023]
+ libc/ctype.h: Changed the #defines for all the ctype.h functions
+ (isdigit() etc) to remove the (int) cast and thus detect
+ broken code that could index outside the array.
+ Fixed all the fallout. [dsl 200411004]
bind: Bind-9.3.0 imported. [christos 20041106]
Home |
Main Index |
Thread Index |
Old Index