1. 28 9月, 2022 3 次提交
  2. 27 9月, 2022 4 次提交
  3. 26 9月, 2022 1 次提交
  4. 24 9月, 2022 2 次提交
  5. 23 9月, 2022 1 次提交
  6. 30 8月, 2022 1 次提交
    • C
      Fix array out of bound issue when receive invalid suback packet. · 32c6b58a
      chenzhenhua5 提交于
          WHAT: when call MQTTClient_subscribe interface to subscribe topics,
          the SUBSCRIBE packet would be sent to broker, the according SUBACK
          packet would be returned, if the SUBACK packet returncodes amount
          is not consist with the SUBSCRIBE packet topic amount, the array
          out of bound issue could hanppend.
      
          WHY: In MQTTClient_subscribeMany5 function, after internal
          MQTTClient_waitfor function called, the SUBACK packet is received,
          traverse the qoss list to get the qos, the qos info would be stored
          in the current function param array "qos", but the array bound is
          not check when accessing, therefore, the out-of-bound issue would
          taken place.
      
          How: check the size of array "qos" to avoid out-of-bound issue
      
          Reviewed by: caojianlong <caojianlong@huawei.com>
      
          Test by: shilei <shilei10@huawei.com>
      Signed-off-by: Nchenzhenhua5 <chenzhenhua5@huawei.com>
      32c6b58a
  7. 16 7月, 2022 1 次提交
  8. 14 7月, 2022 4 次提交
  9. 03 7月, 2022 1 次提交
  10. 02 7月, 2022 1 次提交
  11. 01 7月, 2022 4 次提交
  12. 30 6月, 2022 5 次提交
  13. 29 6月, 2022 1 次提交
  14. 31 5月, 2022 1 次提交
  15. 27 5月, 2022 2 次提交
  16. 20 5月, 2022 1 次提交
  17. 09 4月, 2022 1 次提交
  18. 04 4月, 2022 1 次提交
  19. 22 3月, 2022 3 次提交
  20. 08 3月, 2022 2 次提交