f881fe3a69
Bumps local/sources/base to include the RawFd call-site fix in corec12_integration.rs and the complete BufferPool zero-fill replacement of v.fill(0)+set_len(capacity) with safe v.resize(capacity, 0). Both were review-identified blocking defects.