home bbs files messages ]

Just a sample of the Echomail archive

Cooperative anarchy at its finest, still active today. Darkrealms is the Zone 1 Hub.

   SYNC_PROGRAMMING      Synchronet/Baja/XSDK Programming      49,116 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 48,544 of 49,116   
   scan-admin@coverity.com to All   
   New Defects reported by Coverity Scan fo   
   04 Jan 26 13:50:57   
   
   TZUTC: 0000   
   MSGID: 53974.syncprog@1:103/705 2dc07919   
   PID: Synchronet 3.21b-Linux master/bb8f4440c Jan 03 2026 GCC 12.2.0   
   TID: SBBSecho 3.34-Linux master/f43bc2984 Jan 03 2026 GCC 12.2.0   
   BBSID: VERT   
   CHRS: ASCII 1   
   FORMAT: flowed   
      
   ----==_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.coverit   
   .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.       

              
           
  • New Defects Found: 1
  •        
  •         1 defect(s), reported by Coverity Scan earlier, were marked fixed in       the recent build analyzed by Coverity Scan.       
  •        
  • Defects Shown: Showing 1 of 1 defect(s)
  •        
              

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--              --- SBBSecho 3.34-Linux        * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)       SEEN-BY: 103/705 105/81 106/201 124/5016 128/187 129/14 153/757 7715       SEEN-BY: 154/10 30 110 203/0 218/700 221/0 226/30 227/114 229/110       SEEN-BY: 229/134 206 275 317 400 426 428 470 700 705 240/1120 5832       SEEN-BY: 263/1 266/512 280/464 5003 5006 291/111 292/8125 301/1 320/219       SEEN-BY: 322/757 341/66 234 342/200 396/45 423/120 460/58 256 1124       SEEN-BY: 633/280 712/848 770/1 902/26 5020/400 8912 5054/30 5075/35       PATH: 103/705 280/464 460/58 229/426          

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca