- Class anonymous_namespace{StatVFS.cc}::StatVFSTrashPool
- Instead of collecting these buffers in a pool where they will be leaking memory, the thread needs to take ownership of the object and destroy it once the thread completes.
- Member YY_INPUT (buf, result, max_size)
- Need to check if size_t is unsigned to determine if YY_INPUT needs to be redefined not to check for error of < 0.