Skip to content
Commit 5609c4cd authored by Simeon Bird's avatar Simeon Bird
Browse files

Replace qstrlen with qstrnlen.

When we get an inotify event, we use qstrlen on event->name
to get the event name.
If event->name is not null terminated, bad things will happen.
Use qstrnlen to avoid them.
parent 904f3ec7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment