assemble.c: check constants for overflow
commit9ccabd2922788ee96be1c808050aefaa79c9490f
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 20 Sep 2009 20:56:20 +0000 (21 00:56 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Tue, 13 Oct 2009 15:41:57 +0000 (13 19:41 +0400)
treef6eb59d3f5f39605bb99a5f522c8c47bdb78e3bd
parent4b67cc371eefb4fd28f7b0800ee44313513b7997
assemble.c: check constants for overflow

Lets check if a constant supplied to DB and etc
does not overflow storage size and emit warning
if needed.

[ Bug #2857628 http://sourceforge.net/tracker/?func=detail&aid=2857628&group_id=6208&atid=106208 ]

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
assemble.c