You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- AudioMemoryOwner.Memory.Span.Slice에서 AudioDataSize가 실제 메모리 크기 초과 시 예외 방지
- Math.Min을 활용한 안전한 크기 검증으로 IndexOutOfRangeException 방지
- 메모리 풀링 안전성 테스트 케이스 추가 및 검증 완료
- MemoryPool.Rent()의 실제 할당 크기 고려한 테스트 로직 개선
CodeRabbit 보안 검토 결과 반영으로 메모리 접근 안전성 확보
0 commit comments