Files
asterisk/res
George Joseph dd0badf16b 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 12:38:10 -06:00
..
2021-12-03 10:43:22 -06:00
2021-12-03 10:43:22 -06:00
2021-12-03 10:43:22 -06:00
2022-07-12 07:50:32 -05:00
2021-11-18 16:25:25 -06:00
2021-11-18 16:25:25 -06:00
2021-11-18 16:25:25 -06:00
2021-11-18 16:25:25 -06:00
2021-11-18 16:25:25 -06:00
2021-11-18 16:25:25 -06:00
2021-11-18 16:25:25 -06:00
2021-11-18 16:25:25 -06:00
2021-11-18 16:25:25 -06:00
2022-06-09 03:47:47 -05:00
2021-12-03 10:43:22 -06:00
2021-11-15 11:10:43 -05:00
2021-12-03 10:43:22 -06:00
2022-05-09 07:51:58 -05:00
2021-12-03 10:43:22 -06:00
2021-11-15 11:10:43 -05:00
2021-12-03 10:43:22 -06:00
2021-11-15 11:10:43 -05:00
2021-12-03 10:43:22 -06:00
2021-11-15 11:10:43 -05:00
2022-07-12 07:44:54 -05:00
2021-12-03 10:43:22 -06:00
2022-03-24 11:22:59 -05:00
2021-11-18 16:59:49 -06:00
2021-12-03 10:43:22 -06:00
2021-12-03 10:43:22 -06:00
2021-11-15 11:10:43 -05:00
2021-12-03 10:43:22 -06:00
2021-11-18 12:46:37 -06:00
2021-11-15 11:10:43 -05:00
2021-11-15 11:10:43 -05:00
2021-11-15 11:10:43 -05:00
2021-11-15 11:10:43 -05:00
2021-11-15 11:10:43 -05:00
2021-12-03 10:43:22 -06:00
2021-12-03 10:43:22 -06:00
2022-07-12 07:44:54 -05:00
2021-12-13 08:52:33 -06:00