Fix crash in lexer due to integer overflow.
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 14 Apr 2019 14:57:42 +0000 (16:57 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 14 Apr 2019 14:57:42 +0000 (16:57 +0200)
commitafa696a4a7053cb763da8df33891abfe3fca1fe4
treea1e828b78702ab6a952bb53550d0bf456a93bd9f
parent596aa20a73b528bf0644bcfd9e49a3188be64c6b
Fix crash in lexer due to integer overflow.

Fixes bug #54684
src/language/data-io/placement-parser.c
tests/language/lexer/lexer.at