kalexmills / rangeloop-test-repo

Test repository
0 stars 0 forks source link

cnrancher/octopus: adaptors/mqtt/pkg/physical/device.go; 8 LoC #4452

Open githubvet opened 3 years ago

githubvet commented 3 years ago

Found a possible issue in cnrancher/octopus at adaptors/mqtt/pkg/physical/device.go

Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message.

reference to newSpecProp was used in a composite literal at line 272

Click here to see the code in its original context.

Click here to show the 8 line(s) of Go which triggered the analyzer. ```go for idx, newSpecProp := range newSpecProps { // appends subscribe topic subscribeTopics = append(subscribeTopics, mqtt.SubscribeTopic{ Index: idx, Render: getSubscribeRender(&newSpecProp), QoSPointer: (*byte)(newSpecProp.QoS), }) } ```

Leave a reaction on this issue to contribute to the project by classifying this instance as a Bug :-1:, Mitigated :+1:, or Desirable Behavior :rocket: See the descriptions of the classifications here for more information.

commit ID: 3793775c1da67af923abfe79660e9d8055b262b3