diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-10-21 11:13:30 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-21 04:44:10 -0700 |
commit | 81f0a3c12f44e72ee91b0b0654956bbd05df7b0e (patch) | |
tree | ee517deec2046ca5f20af24334bb64e94338e5b4 /meta-python/recipes-devtools/python/python-cryptography-vectors.inc | |
parent | 9294da37f820a898c556c4db2b3b855703bef5fe (diff) | |
download | meta-openembedded-81f0a3c12f44e72ee91b0b0654956bbd05df7b0e.tar.gz |
ltrace:Bug fix for data type length judgment
...
if (byte_size == sizeof(long)) {
*type = is_signed ? ARGTYPE_LONG : ARGTYPE_ULONG;
return true;
}
...
If ltrace's target command has a dbg package, ltrace will look for the debug file and analyze its contents.
Ltrace determines the type of analysis result variable. The type of the variable is longlong.
On 32-bit systems, longlong is 8 and long is 4 (same as in).
An error occurred because the ltrace code did not process a variable of length 8.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cryptography-vectors.inc')
0 files changed, 0 insertions, 0 deletions