PsppireOutputView redefined parameter y to be of type long.
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 21 Jun 2015 06:10:46 +0000 (08:10 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 21 Jun 2015 06:17:44 +0000 (08:17 +0200)
commit68a0247ad78ed77de1f4b3a96a734fd6c2994984
tree857de3eadc04538e6a260d680e09fe67f4d0e28a
parentfbf0ea7739675c0b2ed851ec081430cc0c54e03d
PsppireOutputView redefined parameter y to be of type long.

The variable y was defined as int, but being cast to long when set in the tree store.  This seems like it
could give rise to integer overflow.  This change redefines y to be of type long.

Possibly related to bug #45272
src/ui/gui/psppire-output-view.c