missing NULL terminator in set_config_x

Bug #2019899 reported by Sven M. Hallberg
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gEDA
Fix Committed
Undecided
Unassigned

Bug Description

The scheme function set_config_x (defined in libgeda/src/scheme_config.c) allocates a list that is freed with g_strfreev() on unwind. The latter expects a NULL-terminated list of pointers, but the null pointer is not added. The attached patch fixes it.

Revision history for this message
Sven M. Hallberg (pesco) wrote :
Revision history for this message
Roland Lutz (rlutz) wrote :

committed as 22aecbf47a50da39cc72af8f6771393fa98d4263

Changed in geda:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.