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                                           
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         |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca