|
libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_dangerous_system_call (explain_string_buffer_t *sb, const char *syscall_name) |
| void | explain_buffer_dangerous_system_call2 (explain_string_buffer_t *sb, const char *syscall_name, const char *suggested_alternative) |
| void explain_buffer_dangerous_system_call | ( | explain_string_buffer_t * | sb, |
| const char * | syscall_name | ||
| ) |
The explain_buffer_dangerous function may be used to print an reminder that the given system call is dangerous, and a more secure alternative should be used.
| sb | The string buffer to print into. |
| syscall_name | The name of the dangerous system call. |
Definition at line 23 of file dangerous.c.
| void explain_buffer_dangerous_system_call2 | ( | explain_string_buffer_t * | sb, |
| const char * | syscall_name, | ||
| const char * | suggested_alternative | ||
| ) |
The explain_buffer_dangerous function may be used to print an reminder that the given system call is dangerous, and a more secure alternative should be used.
| sb | The string buffer to print into. |
| syscall_name | The name of the dangerous system call. |
| suggested_alternative | The name of the less dangerous alternative system call. |
Definition at line 47 of file dangerous.c.
1.7.6.1