Skip to content
  • Guillem Jover's avatar
    Add file buffer pool support to fgetln() · cb7bc0d8
    Guillem Jover authored
    This avoids buffer overwrites during concurrent or intermixed calls to
    fgetln() when using more than one different stream (currently 32), which
    the original interface supports natively by using an internal buffer
    from the FILE structure. Although this workaround is rudimentary, it
    should cover most of the theoretically problematic cases.
    cb7bc0d8