Skip to content
Snippets Groups Projects

Fixed a small issue with thread_exit_code()

Merged ja3-saxby requested to merge josh/fix-small-bug-in-exit-code into master

The return type of this function was previously const int *, which is mistaken as the data type of the variable it returns is in fact int.

This inconsistency passes silently as ints and pointers are often interchangeable in C, however it is not good practice hence the correction.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
Please register or sign in to reply
Loading