1. 28 4月, 2022 6 次提交
  2. 26 4月, 2022 4 次提交
    • IssueID:1505:Fix bug found by whitScan · f31384cf
      福明 提交于
      [Detail]
      Issue description:
      The number of arguments to printf does not match the format string.
      
      Solution:
      Remove argument "config".
      
      [Verified Cases]
      Build Pass: <helloworld_demo@haaseduk1>
      Test Pass: <helloworld_demo@haaseduk1>
      f31384cf
    • Y
      IssueID:1503:fix wrong sizeof usage · bef61a91
      yilu.myl 提交于
      [Detail]
      Issue description:
      When clean the buffer, use a sizeof(pointer) is not right.
      
      Solution:
      Change the pointer to its type to make sure the size if correct.
      
      [Verified Cases]
      Build Pass: eduk1_demo
      Test Pass: eduk1_demo
      
      Change-Id: Ifb0a05e3fb51a9e51d99fb8a69dd867b892ca5f2
      Signed-off-by: Nyilu.myl <yilu.myl@alibaba-inc.com>
      bef61a91
    • Y
      riscv adds rv32 cpu. · 6a1657dc
      yanxiaoyong.yxy 提交于
      6a1657dc
    • Y
      IssueID:1500:add check for the inet_aton (#1501) · b90d8982
      YiluMao 提交于
      [Detail]
      Issue description:
      In other places, the return value of inet_aton is always checked.  So
      the whitescan ask for the same check here.
      
      Solution:
      Add check of the return value.
      
      [Verified Cases]
      Build Pass: eduk1_demo
      Test Pass: eduk1_demo
      
      Change-Id: I7515cb248d2d75e2fd5080766d310d7496506e5d
      Signed-off-by: Nyilu.myl <yilu.myl@alibaba-inc.com>
      b90d8982
  3. 25 4月, 2022 1 次提交
  4. 24 4月, 2022 1 次提交
    • Y
      add python kv.seti and kv.geti api. (#1498) · 40ffdd71
      yanxiaoyong-ch 提交于
      * BugID:40799085: add python kv.seti and kv.geti api.
      
      [Detail]
      none
      
      [Verified Cases]
      Build Pass: <none>
      Test Pass: <none>
      
      * riscv adds rv32 cpu.
      
      [Detail]
      none
      
      [Verified Cases]
      Build Pass: <none>
      Test Pass: <none>
      
      * Revert "riscv adds rv32 cpu."
      
      This reverts commit 3babbee358e343376164fbd583728d729785c399.
      40ffdd71
  5. 13 4月, 2022 28 次提交