[Firebird-devel] [FB-Tracker] Created: (CORE-6197) Memory leak in INET_connect()

2019-11-23 Thread Dimitry Sibiryakov (JIRA)
Memory leak in INET_connect() - Key: CORE-6197 URL: http://tracker.firebirdsql.org/browse/CORE-6197 Project: Firebird Core Issue Type: Bug Components: API / Client Library Affects Versions: 4.0 Beta

Re: [Firebird-devel] Memory leak in INET_connect()

2019-11-23 Thread Adriano dos Santos Fernandes
On 23/11/2019 15:58, Dimitry Sibiryakov wrote: >   If an attempt to connect to a valid host failed, memory returned from > getaddrinfo() is not freed. > Please test the fix in master and register a bug ticket. Adriano Firebird-Devel mailing list, web interface at https://lists.sourceforge.ne

[Firebird-devel] Memory leak in INET_connect()

2019-11-23 Thread Dimitry Sibiryakov
If an attempt to connect to a valid host failed, memory returned from getaddrinfo() is not freed. -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

[Firebird-devel] [FB-Tracker] Created: (CORE-6196) FB crashes when database is in full shutdown and several sessions make attempts to attach to this DB in infinite loop (3.0 SuperServer only is affect

2019-11-23 Thread Pavel Zotov (JIRA)
FB crashes when database is in full shutdown and several sessions make attempts to attach to this DB in infinite loop (3.0 SuperServer only is affected) -