summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-04-13 04:17:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-04-13 04:17:15 +0000
commit5322d6e604d745fb59c3bb5688a7df50b5277e1e (patch)
tree05ed8c196ccd28bfc940a46f57acf44b86c4b606 /cpukit/ChangeLog
parent2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5322d6e604d745fb59c3bb5688a7df50b5277e1e.tar.bz2
2010-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* shttpd/io_dir.c: Cast consts to size_t (Avoid overflows on implicit const casts on 16bit targets).
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index a9b5701697..504f8418ba 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * shttpd/io_dir.c: Cast consts to size_t (Avoid overflows on implicit
+ const casts on 16bit targets).
+
2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/system.h: Let RTEMS_offsetof return uintptr_t