ralph-irving / squeezeplay

Squeezeplay software player for Lyrion Music Server.
https://sourceforge.net/projects/lmsclients/files/squeezeplay/
50 stars 14 forks source link

[Untested] double the watchdog enforced restart interval #10

Closed gordonb3 closed 11 months ago

gordonb3 commented 3 years ago

lua_pushinteger() treats the value of jive_jiffies() as a signed integer, causing critical MAX_VAL to be reached after 24 days rather than the expected 49 days. By casting the result as a double and calling lua_pushnumber() instead we eliminate the sign change and thereby double the watchdog enforced restart interval.

Signed-off-by: gordonb3 gordon@bosvangennip.nl

stsichler commented 3 years ago

(I know that you've read all this already. I just linked it all in here again for others only staring at this repo)