bas-t / descrambler

Standalone version of FFdecsawrapper
GNU General Public License v3.0
7 stars 11 forks source link

Prevent the use of an uninitialised variable in msg_loop #6

Closed epienbroek closed 8 years ago

epienbroek commented 8 years ago

Resolves the following Valgrind error:

Conditional jump or move depends on uninitialised value(s)
    at 0x468F22: msg_loop(void*) (msg_passing.c:103)
    by 0x4E3CDC4: start_thread (pthread_create.c:308)
    by 0x5F8521C: clone (clone.S:113)