Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Pazderski2019-08-11 20:03:22 +0000
committerPaul Pazderski2019-08-14 16:10:29 +0000
commitfb29bcbf1cf8004cbc97a1d4db4621c00a0fe7cf (patch)
treeebe27dfc05de68fd47e405f7f547f0982a971ca2 /examples/org.eclipse.swt.examples
parent38b275f345755c035b4f13d23a5116c23494a311 (diff)
downloadeclipse.platform.swt-fb29bcbf1cf8004cbc97a1d4db4621c00a0fe7cf.tar.gz
eclipse.platform.swt-fb29bcbf1cf8004cbc97a1d4db4621c00a0fe7cf.tar.xz
eclipse.platform.swt-fb29bcbf1cf8004cbc97a1d4db4621c00a0fe7cf.zip
Bug 549643 - [Win32][DND] dragSetData occurs after dragEnd
For DropTarget this change fix the flaw that an implementation must release the IDataObject when drop occurs (like the target must do in DropLeave). For DragSource it create a new IDataObject for each drag&drop operation. That way a faulty or malicious drop target cannot query data (produce DND.DragSetData events) after drag&drop operation finished. Change-Id: I1679f5d3726bb318ec037bb1715fc4091129c730 Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
Diffstat (limited to 'examples/org.eclipse.swt.examples')
0 files changed, 0 insertions, 0 deletions

Back to the top