c119a6da7c
Since there is no reason to interpret the value returned by getrandom as ASCII string, it makes sense to always print it as a hex-escaped string. * getrandom.c (SYS_FUNC(getrandom)): Use printstr_ex instead of printstrn, set QUOTE_FORCE_HEX in user_style parameter in order to force hex-escaped string formatting. * tests/getrandom.test: Remove no longer needed -xx flag as the string is always printed in hexadecimal format now. Suggested-by: JingPiao Chen <chenjingpiao@gmail.com>
7 lines
103 B
Bash
Executable File
7 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check getrandom syscall decoding.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -a32 -s3
|