StratifyOS icon indicating copy to clipboard operation
StratifyOS copied to clipboard

pthread_mutex_t should include a checksum

Open tyler-gilbert opened this issue 8 years ago • 0 comments

The checksum should be managed using cortexm_assign_zero_sum32() and cortexm_verify_zero_sum32().

If the mutex is corrupted or hacked, any attempt to lock or unlock the mutex will return an error.

tyler-gilbert avatar Aug 03 '17 23:08 tyler-gilbert