asterisk/res/res_geolocation
Alexandre Fournier af7af641d6 res_geoloc: fix NULL pointer dereference bug
The `ast_geoloc_datastore_add_eprofile` function does not return 0 on
success, it returns the size of the underlying datastore. This means
that the datastore will be freed and its pointer set to NULL when no
error occured at all.

ASTERISK-30346

Change-Id: Iea9b209bd1244cc57b903b9496cb680c356e4bb9
2022-12-13 10:55:32 -06:00
..
wiki res_geolocation: Update wiki documentation 2022-10-10 07:31:31 -05:00
eprofile_to_pidf.xslt res_geolocation: Add profile parameter suppress_empty_ca_elements 2022-09-10 11:08:31 -05:00
geoloc_civicaddr.c Geolocation: Core Capability Preview 2022-07-12 07:52:12 -05:00
geoloc_common.c Geolocation: Core Capability Preview 2022-07-12 07:52:12 -05:00
geoloc_config.c res_geolocation: Fix issues exposed by compiling with -O2 2022-09-16 08:42:32 -06:00
geoloc_datastore.c res_geoloc: fix NULL pointer dereference bug 2022-12-13 10:55:32 -06:00
geoloc_dialplan.c res_geolocation: Add two new options to GEOLOC_PROFILE 2022-09-10 12:53:14 -05:00
geoloc_doc.xml res_geolocation: Add two new options to GEOLOC_PROFILE 2022-09-10 12:53:14 -05:00
geoloc_eprofile.c res_geolocation: Fix segfault when there's an empty element 2022-09-13 09:51:37 -05:00
geoloc_gml.c res_geolocation: Address user issues, remove complexity, plug leaks 2022-08-10 12:50:40 -05:00
geoloc_private.h res_geolocation: Add two new options to GEOLOC_PROFILE 2022-09-10 12:53:14 -05:00
pidf_lo_test.xml res_geolocation: Address user issues, remove complexity, plug leaks 2022-08-10 12:50:40 -05:00
pidf_to_eprofile.xslt res_geolocation: Address user issues, remove complexity, plug leaks 2022-08-10 12:50:40 -05:00