]> granicus.if.org Git - gc/commit
Fix 'Array subscript is above array bounds' GCC warning in GC_new_kind/proc
authorIvan Maidanski <ivmai@mail.ru>
Wed, 28 May 2014 20:46:21 +0000 (00:46 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 28 May 2014 20:46:21 +0000 (00:46 +0400)
commit8c67790de966a0d4b793d8110fc6cb2f2646edf8
treeab4857e177fa4cbdb602e9e9ea66dc3e390b9f05
parentd5e4a978a85c4f468cbe9e0a5f660259e5d88516
Fix 'Array subscript is above array bounds' GCC warning in GC_new_kind/proc

* misc.c (GC_new_kind_inner, GC_new_proc_inner): Move ABORT call so
that to be immediately followed by return (to workaround
"array subscript is above array bounds" warning reported by MinGW
GCC 4.5.2); do not increase elements count in case of overflow.
misc.c