AllStarLink / app_rpt

Refactoring and upgrade of AllStarLink's app_rpt, etc.
5 stars 4 forks source link

Fix possible NULL pointer dereference #221

Closed tsawyer closed 11 months ago

tsawyer commented 12 months ago

Fix for possible NULL pointer dereference on four lines.

This closes #217.

InterLinked1 commented 12 months ago

I think @encbar5 is right after looking at this more. It may fix the crash but may not be correct. I assumed it was a linear queue but if it's not, the problem is elsewhere.

tsawyer commented 11 months ago

@InterLinked1 Closing PR but will leave Branch until further notice.