Subj : New Defects reported by Coverity Scan for Synchronet To : All From : scan-admin@coverity.com Date : Sun Jan 04 2026 01:50 pm ----==_mimepart_695a7040d64d9_1c5eff2c2daae1599845367 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, Please find the latest report on new defect(s) introduced to Synchronet found with Coverity Scan. 1 new defect(s) introduced to Synchronet found with Coverity Scan. 1 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New defect(s) Reported-by: Coverity Scan Showing 1 of 1 defect(s) ** CID 640376: (SLEEP) _____________________________________________________________________________________________ *** CID 640376: (SLEEP) /tmp/sbbs-Jan-04-2026/src/conio/ciolib.c: 575 in initciolib() 569 try_x_init(mode); 570 #endif 571 break; 572 #endif 573 case CIOLIB_MODE_ANSI: 574 try_ansi_init(mode); >>> CID 640376: (SLEEP) >>> Call to "try_ansi_init" might sleep while holding lock "init_mutex". 575 break; 576 577 #if defined(WITH_SDL) 578 case CIOLIB_MODE_SDL: 579 case CIOLIB_MODE_SDL_FULLSCREEN: 580 try_sdl_init(mode); /tmp/sbbs-Jan-04-2026/src/conio/ciolib.c: 548 in initciolib() 542 if(!try_sdl_init(CIOLIB_MODE_SDL)) 543 #endif 544 #ifndef _WIN32 545 if(!try_curses_init(mode)) 546 #endif 547 if (!try_ansi_init(mode)) >>> CID 640376: (SLEEP) >>> Call to "try_ansi_init" might sleep while holding lock "init_mutex". 548 #ifdef _WIN32 549 if(!try_conio_init(mode)); 550 #else 551 ; 552 #endif 553 break; /tmp/sbbs-Jan-04-2026/src/conio/ciolib.c: 543 in initciolib() 537 #endif 538 #if defined(WITH_GDI) 539 if (!try_gdi_init(mode)) 540 #endif 541 #if defined(WITH_SDL) 542 if(!try_sdl_init(CIOLIB_MODE_SDL)) >>> CID 640376: (SLEEP) >>> Call to "try_sdl_init" might sleep while holding lock "init_mutex". 543 #endif 544 #ifndef _WIN32 545 if(!try_curses_init(mode)) 546 #endif 547 if (!try_ansi_init(mode)) 548 #ifdef _WIN32 /tmp/sbbs-Jan-04-2026/src/conio/ciolib.c: 581 in initciolib() 575 break; 576 577 #if defined(WITH_SDL) 578 case CIOLIB_MODE_SDL: 579 case CIOLIB_MODE_SDL_FULLSCREEN: 580 try_sdl_init(mode); >>> CID 640376: (SLEEP) >>> Call to "try_sdl_init" might sleep while holding lock "init_mutex". 581 break; 582 #endif 583 584 #if defined(WITH_GDI) 585 case CIOLIB_MODE_GDI: 586 case CIOLIB_MODE_GDI_FULLSCREEN: ________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://scan.coverity.com/projects/synchronet?tab=overview ----==_mimepart_695a7040d64d9_1c5eff2c2daae1599845367 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit New Defects Reported - Synchronet

Hi,

Please find the latest report on new defect(s) introduced to Synchronet found with Coverity Scan.

Defect Details

** CID 640376:         (SLEEP)


_____________________________________________________________________________________________
*** CID 640376:           (SLEEP)
/tmp/sbbs-Jan-04-2026/src/conio/ciolib.c: 575             in initciolib()
569     			try_x_init(mode);
570     #endif
571     			break;
572     #endif
573     		case CIOLIB_MODE_ANSI:
574     			try_ansi_init(mode);
>>>     CID 640376:           (SLEEP)
>>>     Call to "try_ansi_init" might sleep while holding lock "init_mutex".
575     			break;
576
577     #if defined(WITH_SDL)
578     		case CIOLIB_MODE_SDL:
579     		case CIOLIB_MODE_SDL_FULLSCREEN:
580     			try_sdl_init(mode);
/tmp/sbbs-Jan-04-2026/src/conio/ciolib.c: 548             in initciolib()
542     					if(!try_sdl_init(CIOLIB_MODE_SDL))
543     #endif
544     #ifndef _WIN32
545     						if(!try_curses_init(mode))
546     #endif
547     							if (!try_ansi_init(mode))
>>>     CID 640376:           (SLEEP)
>>>     Call to "try_ansi_init" might sleep while holding lock "init_mutex".
548     #ifdef _WIN32
549     								if(!try_conio_init(mode));
550     #else
551     								;
552     #endif
553     			break;
/tmp/sbbs-Jan-04-2026/src/conio/ciolib.c: 543             in initciolib()
537     #endif
538     #if defined(WITH_GDI)
539     				if (!try_gdi_init(mode))
540     #endif
541     #if defined(WITH_SDL)
542     					if(!try_sdl_init(CIOLIB_MODE_SDL))
>>>     CID 640376:           (SLEEP)
>>>     Call to "try_sdl_init" might sleep while holding lock "init_mutex".
543     #endif
544     #ifndef _WIN32
545     						if(!try_curses_init(mode))
546     #endif
547     							if (!try_ansi_init(mode))
548     #ifdef _WIN32
/tmp/sbbs-Jan-04-2026/src/conio/ciolib.c: 581             in initciolib()
575     			break;
576
577     #if defined(WITH_SDL)
578     		case CIOLIB_MODE_SDL:
579     		case CIOLIB_MODE_SDL_FULLSCREEN:
580     			try_sdl_init(mode);
>>>     CID 640376:           (SLEEP)
>>>     Call to "try_sdl_init" might sleep while holding lock "init_mutex".
581     			break;
582     #endif
583
584     #if defined(WITH_GDI)
585     		case CIOLIB_MODE_GDI:
586     		case CIOLIB_MODE_GDI_FULLSCREEN:

  

View Defects in Coverity Scan

Best regards,

The Coverity Scan Admin Team

----==_mimepart_695a7040d64d9_1c5eff2c2daae1599845367-- .