Comment 31 for bug 291564

Revision history for this message
Stephan Trebels (ncubede) wrote :

What is the right place to report bugs in the ifupdown plugin in general? I assume, this component is debian specific, not ubuntu specific. The more I look at the code, the more I have to suggest some cleanup exercise, like memory management. E.g. I do not think interface_parser.c should allocate memory using g_strudup and free it using free. I have to look in more detail, but there are a few locations in the code, that just smell like memory leaks.