diff options
author | Nick Clifton <nickc@redhat.com> | 2016-02-04 16:27:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-02-04 16:27:06 +0000 |
commit | 13754e4c3d1b78945ecba225216f29d71334b77d (patch) | |
tree | 4f8f706b92dd399bfa7a5446c258ff235ff444b6 /sim/common/ChangeLog | |
parent | 31d913c7e4e84edf88b4324c3a9a8fb31c8206ec (diff) | |
download | gdb-13754e4c3d1b78945ecba225216f29d71334b77d.zip gdb-13754e4c3d1b78945ecba225216f29d71334b77d.tar.gz gdb-13754e4c3d1b78945ecba225216f29d71334b77d.tar.bz2 |
Prevent possible undefined behaviour computing the size of the scache by usingunsigned integers instead of signed integers.
* cgen-scache.c (scache_option_handler): Prevent possible
undefined behaviour computing the size of the scache by using
unsigned integers instead of signed integers.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index fe25803..0483f8a 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,9 @@ +2016-02-04 Nick Clifton <nickc@redhat.com> + + * cgen-scache.c (scache_option_handler): Prevent possible + undefined behaviour computing the size of the scache by using + unsigned integers instead of signed integers. + 2016-01-17 Joel Brobecker <brobecker@adacore.com> * sim-fpu.c: Minor comment fixes throughout. |