__                 _ _                _
  / _| ___   ___   __| | |__   __ _ _ __| | __
 | |_ / _ \ / _ \ / _` | '_ \ / _` | '__| |/ /
 |  _| (_) | (_) | (_| | |_) | (_| | |  |   <
 |_|  \___/ \___/ \__,_|_.__/ \__,_|_|  |_|\_\

A personal BBS  ·  Missoula, Montana  ·  formerly NaClCON BBS

Connect from your terminal: telnet naclconbbs.net 23  |  ssh naclconbbs.net -p 2222

  • src/uifc/filepick.c

    From Deucе@VERT to Git commit to main/sbbs/master on Thu Apr 23 23:45:46 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/f56fe045cde82e59863347c1
    Modified Files:
    src/uifc/filepick.c
    Log Message:
    uifc: fix MSVC build of filepick.c

    On Windows globi is a function-like macro that forwards to glob, so
    taking its address (globfn = globi) left the identifier undeclared.
    Replace the function-pointer dance with a small fp_glob_call() wrapper
    that invokes glob or globi at the call site, expanding the macro
    normally.

    Also swap strcasecmp for stricmp in cmp_entry_ci() to match the rest
    of uifc (genwrap.h aliases stricmp to strcasecmp on Unix; MSVC has
    stricmp natively).

    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Tue Aug 11 11:04:02 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/56c8c4cd5a928bf83d107a06
    Modified Files:
    src/uifc/filepick.c
    Log Message:
    uifc: bound directory path growth (CID 503452)

    Reject a selected directory before modifying picker state when its name would overflow the fixed current-path buffer.

    Co-Authored-By: OpenAI Codex <noreply@openai.com>

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net