in src/oslogin_utils.cc [140:145]
bool BufferManager::CheckSpaceAvailable(size_t bytes_to_write) const { if (bytes_to_write > buflen_) { return false; } return true; }