From 5322d6e604d745fb59c3bb5688a7df50b5277e1e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 13 Apr 2010 04:17:15 +0000 Subject: =?UTF-8?q?2010-04-13=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * shttpd/io_dir.c: Cast consts to size_t (Avoid overflows on implicit const casts on 16bit targets). --- cpukit/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/ChangeLog') 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 + + * shttpd/io_dir.c: Cast consts to size_t (Avoid overflows on implicit + const casts on 16bit targets). + 2010-04-12 Ralf Corsépius * score/include/rtems/system.h: Let RTEMS_offsetof return uintptr_t -- cgit v1.2.3