From: Masami Hiramatsu
Fix synthetic event to accept unsigned modifier for its field type
correctly.
Currently, synthetic_events interface returns error for "unsigned"
modifiers as below;
# echo "myevent unsigned long var" >> synthetic_events
sh: write error: Invalid argument
This is because
On Thu, 18 Oct 2018 21:11:35 +0900
Masami Hiramatsu wrote:
> Fix synthetic event to accept unsigned modifier for its field type
> correctly.
>
> Currently, synthetic_events interface returns error for "unsigned"
> modifiers as below;
>
> # echo "myevent unsigned long var" >> synthetic_events
>
Fix synthetic event to accept unsigned modifier for its field type
correctly.
Currently, synthetic_events interface returns error for "unsigned"
modifiers as below;
# echo "myevent unsigned long var" >> synthetic_events
sh: write error: Invalid argument
This is because argv_split() breaks "uns
3 matches
Mail list logo