Bug #168
Bug preventing using some plugins
Start date:
Due date:
% Done:
0%
Resolution:
fixed
Description
In prelude-plugin.c, in the libtool_is_buggy function, please replace "sizeof" by "size" (as the size of a char* is not all the size of a char[].)
It prevents me from using the db plugin of prelude-manager (and perhaps other plugins)
History
#1 Updated by Yoann VANDOORSELAERE almost 17 years ago
- Status changed from New to Assigned
Thanks for the report.
The error was made when moving this specific code in a separate function. As you noticed, the sizeof() should have obviously been replaced by the size argument provided to the libtool_is_buggy() function.
#2 Updated by Yoann VANDOORSELAERE almost 17 years ago
- Status changed from Assigned to Closed
- Resolution set to fixed
Fixed in r8326.
#3 Updated by Yoann VANDOORSELAERE about 14 years ago
- Project changed from PRELUDE SIEM to Libprelude
- Category deleted (
1) - Target version deleted (
0.9.11)