diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2015-04-19 22:28:56 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2015-04-20 05:26:05 +0000 |
commit | fc0d494b8936ab11abca761810de8a03f579edf5 (patch) | |
tree | 994c79d2a6565d1dc5084ac5e64f3f5d828a6aa3 /bean | |
parent | d68cf40b7a16e20e99c15d310b24c91c2ca89ef6 (diff) |
rsc crash on WIN64 due to LP64
rsc stash stuff in a 'value' filed that was defined as 'long'
saddly it stash also pointer there... which on WIN64 truncate 64 bits
pointers in 32 bits scalar.
That went unnoticed for years because on every other platform
sizeof(long) = sizeof(void*)
Change-Id: I218ae181c9d6b64ade457ee49942d1d07a933bb7
Reviewed-on: https://gerrit.libreoffice.org/15394
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'bean')
0 files changed, 0 insertions, 0 deletions