Leehm

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2020年1月3日

摘要: 在发送带有签名数据时,使用snprintf格式化数据,发现签名数据有时候有漏掉的情况 如下: char AuthBidirection[320] = { '\0' }; snprintf(AuthBidirection, 320, "Bidirection algorithm=\"%s\",rand 阅读全文
posted @ 2020-01-03 12:41 Leehm 阅读(1908) 评论(0) 推荐(0) 编辑