Re: [PATCH] Resource leaks (src/backend/libpq/hba.c)

2020-08-25 Thread Ranier Vilela
Em ter., 25 de ago. de 2020 às 23:02, Kyotaro Horiguchi < horikyota@gmail.com> escreveu: > At Tue, 25 Aug 2020 10:20:07 -0300, Ranier Vilela > wrote in > > Hi Tom, > > > > Per Coverity. > > > > The function parse_hba_auth_op at (src/backend/libpq/hba.c) allows > resource > > leaks when called

Re: [PATCH] Resource leaks (src/backend/libpq/hba.c)

2020-08-25 Thread Kyotaro Horiguchi
At Tue, 25 Aug 2020 10:20:07 -0300, Ranier Vilela wrote in > Hi Tom, > > Per Coverity. > > The function parse_hba_auth_op at (src/backend/libpq/hba.c) allows resource > leaks when called > by the function parse_hba_line, with parameters LOG and DEBUG3 levels. > The function SplitGUCList (src/b