1 Star 0 Fork 1

shitou7630/gpsd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
valgrind-suppressions 362 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eric S. Raymond 提交于 2015-03-07 11:51 . gpsd-report() -> gpsd_log()
# Suppress known C library errors in valgrind.
# This is good under gcc 3.4.2, glibc 2.3.4, using -g and -O2
{
suppress1
Memcheck:Cond
fun:strlen
fun:vsnprintf
fun:gpsd_log
fun:main
}
{
suppress2
Memcheck:Value8
fun:vfprintf
fun:vsnprintf
fun:gpsd_log
fun:sirf_parse
fun:sirfbin_parse_input
fun:gpsd_poll
fun:main
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/shitou7630/gpsd.git
[email protected]:shitou7630/gpsd.git
shitou7630
gpsd
gpsd
master

搜索帮助