Bug #580
ini config duplicate key values in same section might cause memory leak
Status: | Closed | Start date: | 08/10/2020 | |
---|---|---|---|---|
Priority: | Normal (Code 4) | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | - | |||
Target version: | - |
Description
I.e having common-config like:
[somesection] PARAM=1 PARAM=1 PARAM=1 PARAM=1 PARAM=1
Will cause first on param to be included in config results, the other lines will be ignored, but memory malloc will be done.
History
#1 Updated by Madars about 3 years ago
- Description updated (diff)
#2 Updated by Madars about 3 years ago
Fixed in 7.5+
#3 Updated by Madars about 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
#4 Updated by Madars about 3 years ago
- Status changed from Resolved to Closed