diff --git a/changelogs/fragments/57903-ce_snmp_location_fix_for_out_of_array_index.yml b/changelogs/fragments/57903-ce_snmp_location_fix_for_out_of_array_index.yml index 9accccb10e6..a429dd3657b 100644 --- a/changelogs/fragments/57903-ce_snmp_location_fix_for_out_of_array_index.yml +++ b/changelogs/fragments/57903-ce_snmp_location_fix_for_out_of_array_index.yml @@ -1,3 +1,3 @@ --- bugfixes: - - fix bug - out of array index.There should be a judgement about array length before the value of the array is taken out. \ No newline at end of file + - ce_snmp_location - fixed an out of array index error.