ardupilot/libraries/AP_Arming
Peter Barker 12981b1f07 AP_Arming: correct use of failure messages as format strings
This is important as if the returned string happens to contain
substitutions (%s in particular), we can attempt to pull random data
off the stack and incorporate it in the string.

This sort of bug is rather famous for serious explots in sendmail.

This could be bad if your stack is relatively full and the memory after
it is inaccessible.
2019-03-07 14:44:26 +11:00
..
AP_Arming.cpp AP_Arming: correct use of failure messages as format strings 2019-03-07 14:44:26 +11:00
AP_Arming.h AP_Arming: Reduce header scope, remove width specifier 2019-01-25 09:47:17 +09:00