Bug #580

ini config duplicate key values in same section might cause memory leak

Added by Madars over 3 years ago. Updated over 3 years ago.

Status:ClosedStart 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 over 3 years ago

  • Description updated (diff)

#2 Updated by Madars over 3 years ago

Fixed in 7.5+

#3 Updated by Madars over 3 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

#4 Updated by Madars over 3 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF