version 1.227 | | version 1.228 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | plugin/plugin_python.c: Add an optional parameter to CFPython.SetName() to |
| | specify name_pl as well. Always set name_pl. |
plugin/plugin_python.c: Fix a buffer overflow in CFPython.RegisterCommand(): | | plugin/plugin_python.c: Fix a buffer overflow in CFPython.RegisterCommand(): |
allocated memory was not sufficient to hold the trailing '\0'. | | allocated memory was not sufficient to hold the trailing '\0'. |
plugin/plugin_python.c: Use #define constants. | | plugin/plugin_python.c: Use #define constants. |