qemu-bridge-helper: Document known shortcomings
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
parent
e9bbc8bd8a
commit
436e353076
@ -10,7 +10,17 @@
|
|||||||
*
|
*
|
||||||
* This work is licensed under the terms of the GNU GPL, version 2. See
|
* This work is licensed under the terms of the GNU GPL, version 2. See
|
||||||
* the COPYING file in the top-level directory.
|
* the COPYING file in the top-level directory.
|
||||||
*
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Known shortcomings:
|
||||||
|
* - There is no manual page
|
||||||
|
* - The syntax of the ACL file is not documented anywhere
|
||||||
|
* - parse_acl_file() doesn't report fopen() failure properly, fails
|
||||||
|
* to check ferror() after fgets() failure, arbitrarily truncates
|
||||||
|
* long lines, handles whitespace inconsistently, error messages
|
||||||
|
* don't point to the offending file and line, errors in included
|
||||||
|
* files are reported, but otherwise ignored, ...
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "qemu/osdep.h"
|
#include "qemu/osdep.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user