diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2015-03-02 18:19:18 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2015-03-02 18:22:43 +0100 |
commit | 61439adce623ce2e66d9f009f877e165b62f2051 (patch) | |
tree | 34c30014c3e4924dbd77ebfcde0a74a60e0120ed /vcl/Module_vcl.mk | |
parent | 5df77f0d3bcc7015139fed8b5a38a93d9242de69 (diff) |
getAny() is not a safe default, it assumes there is actually an Any
at *m_aValue.m_pValue.
But there could not even be a pointer there, e.g. if m_aValue.m_nIntXX is in use.
Then the pointer dereference usually leads to a crash.
Can e.g. be reproduced by calling getBytes() on an integer column of a RowSet.
Change-Id: Ib5361d838d2869142fd797d4e3454e2562ea7acf
Diffstat (limited to 'vcl/Module_vcl.mk')
0 files changed, 0 insertions, 0 deletions