Fix non-syscall validate

This commit is contained in:
Kevin Lange 2014-05-02 19:28:14 -07:00
parent 976c086e9c
commit 10e241e982

View File

@ -245,8 +245,6 @@ static size_t chunk_size (shm_chunk_t * chunk) {
void * shm_obtain (char * path, size_t * size) {
validate(path);
validate(size);
spin_lock(&bsl);
process_t * proc = (process_t *)current_process;