Summary: | ptrdiff_t conversion is wrong in JOGL | ||
---|---|---|---|
Product: | [JogAmp] Gluegen | Reporter: | Sven Gothel <sgothel> |
Component: | core | Assignee: | Sven Gothel <sgothel> |
Status: | VERIFIED FIXED | ||
Severity: | critical | CC: | bienator |
Priority: | P2 | ||
Version: | 2 | ||
Hardware: | pc_x86_64 | ||
OS: | all | ||
Type: | DEFECT | SCM Refs: |
gluegen 6b6b9b3b81cdc85b7260664ebec547756a6be5d7 start
gluegen 7865b355bd52958f4b27e42b500e83c52255ef37 end
jogl d1a03d19398960d6e34232f29a30f1d569fba2a7 start
jogl 3e6bddf63876bd3fef26e5b99d7475ea5dae33a9 end
|
Workaround: | --- |
Description
Sven Gothel
2010-03-24 07:49:39 CET
increased importance since this one could be dangerous Fixed wrong type conversion in GlueGen beginning with: https://github.com/sgothel/gluegen/commit/6b6b9b3b81cdc85b7260664ebec547756a6be5d7 ending with: https://github.com/sgothel/gluegen/commit/7865b355bd52958f4b27e42b500e83c52255ef37 Documented here http://jogamp.org/deployment/gluegen-next/javadoc/overview-summary.html#overview_description JOGL changes applied as well, since all size and offsets went from int -> long, beginning with https://github.com/sgothel/jogl/commit/d1a03d19398960d6e34232f29a30f1d569fba2a7 ending with: https://github.com/sgothel/jogl/commit/3e6bddf63876bd3fef26e5b99d7475ea5dae33a9 |