You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/libiodbc/files/libiodbc-3.52.7-debian_bug5...

13 lines
358 B

--- a/iodbcinst/inifile.c
+++ b/iodbcinst/inifile.c
@@ -1023,7 +1023,8 @@
if (!_iodbcdm_cfg_find (pCfg, lpszSection, NULL))
{
- while (curr < cbRetBuffer && 0 == _iodbcdm_cfg_nextentry (pCfg))
+ while (curr < cbRetBuffer && 0 == _iodbcdm_cfg_nextentry (pCfg)
+ && pCfg->section)
{
if (_iodbcdm_cfg_section (pCfg))
break;