Files
asterisk/res
George Joseph 6163de3295 geoloc_eprofile.c: Fix setting of loc_src in set_loc_src()
line 196:    loc_src = '\0';
should have been
line 196:    *loc_src = '\0';

The issue was caught by the gcc optimizer complaining that
loc_src had a zero length because the pointer itself was being
set to NULL instead of the _contents_ of the pointer being set
to the NULL terminator.

ASTERISK-30138
Reported-by: Sean Bright

Change-Id: Id247be113cc8510f043ca053d5b4f5f3d32acd29
2022-07-13 13:44:09 -05:00
..
2021-12-03 10:42:50 -06:00
2021-12-03 10:42:50 -06:00
2021-12-03 10:42:50 -06:00
2021-12-03 10:42:50 -06:00
2022-07-12 07:51:15 -05:00
2021-11-18 16:25:05 -06:00
2021-11-18 16:25:05 -06:00
2021-11-18 16:25:05 -06:00
2021-11-18 16:25:05 -06:00
2021-11-18 16:25:05 -06:00
2021-11-18 16:25:05 -06:00
2021-11-18 16:25:05 -06:00
2021-11-18 16:25:05 -06:00
2021-11-18 16:25:05 -06:00
2022-06-08 21:37:16 -05:00
2021-12-03 10:42:50 -06:00
2021-11-16 05:41:35 -06:00
2021-12-03 10:42:50 -06:00
2022-05-09 07:49:52 -05:00
2021-12-03 10:42:50 -06:00
2021-11-16 05:41:35 -06:00
2021-12-03 10:42:50 -06:00
2021-11-16 05:41:35 -06:00
2021-12-03 10:42:50 -06:00
2021-11-16 05:41:35 -06:00
2022-07-12 07:45:35 -05:00
2021-12-03 10:42:50 -06:00
2022-03-24 11:24:58 -05:00
2021-11-18 16:45:50 -06:00
2021-12-03 10:42:50 -06:00
2021-12-03 10:42:50 -06:00
2021-11-16 05:41:35 -06:00
2021-12-03 10:42:50 -06:00
2021-11-18 12:15:34 -06:00
2021-11-16 05:41:35 -06:00
2021-11-16 05:41:35 -06:00
2021-11-16 05:41:35 -06:00
2021-11-16 05:41:35 -06:00
2021-11-16 05:41:35 -06:00
2021-12-03 10:42:50 -06:00
2021-12-03 10:42:50 -06:00
2022-07-12 07:45:35 -05:00
2021-12-03 10:42:50 -06:00