version 1.222 | | version 1.223 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | plugin/plugin_python.c: Check values passed in from the Python code; generate |
| | proper Python exceptions for invalid values. |
plugin/plugin_python.c, plugin_animator/plugin_animator.c: Make sure all | | plugin/plugin_python.c, plugin_animator/plugin_animator.c: Make sure all |
fields on the stack are initialized. Prevent stack overflow: check was one | | fields on the stack are initialized. Prevent stack overflow: check was one |
off, causing a buffer overflow. Decrement stack pointer in error case. | | off, causing a buffer overflow. Decrement stack pointer in error case. |