mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: necessarily
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
77b62896d8
commit
808be075ae
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ DEFINE_SYSCALL(DataLoggingSessionRef, sys_data_logging_create, uint32_t tag,
|
|||
|
||||
DEFINE_SYSCALL(void, sys_data_logging_finish, DataLoggingSessionRef session_ref) {
|
||||
// TODO: It would be nice to verify the session itself, because they could be
|
||||
// passing us any memory address (not necesarilly a valid DataLoggingSession).
|
||||
// passing us any memory address (not necessarily a valid DataLoggingSession).
|
||||
// An evil developer could potentially use this to confuse the data_logging
|
||||
// logic, and do evil things with kernel rights. However, it's pretty unlikely
|
||||
// (especially since our executable code lives in microflash, and hence can't
|
||||
|
|
Loading…
Add table
Reference in a new issue