libsigrok/bindings
Daniel Elstner 865de99391 Java: Avoid dangerous writes via casted pointers
Writing to an object through a pointer of incompatible type is
really evil. Even when the data size matches, it is still a
violation of strict aliasing rules.

Replace all instances by direct casts of the value, without the
unnecessary and dangerous indirection.
2015-10-26 07:29:50 +01:00
..
cxx C++: Catch exceptions from stoi() and stod(). 2015-10-26 07:17:50 +01:00
java Java: Avoid dangerous writes via casted pointers 2015-10-26 07:29:50 +01:00
python python: Give all enum values __doc__ strings. 2015-10-26 07:17:01 +01:00
swig java: Usable wrapping of Configurable.config_keys(). 2015-10-26 07:17:01 +01:00