From: Andre Noll Date: Fri, 1 Apr 2016 23:33:47 +0000 (+0200) Subject: Merge branch 'maint' X-Git-Tag: v0.5.6~45 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=9d8fdf8898418711558f70a9630b2444036d8285;hp=9d8fdf8898418711558f70a9630b2444036d8285;p=paraslash.git Merge branch 'maint' A couple of overflow bugs and a aslignment issue, all detected by ubsan. Plus two unrelated old bugs. * maint: client: Fix lsatt completer. playlist: Do not update score if no playlist is open. Avoid member access within misaligned address for ancillary data buffer. mood.c: Avoid overflow in update_quadratic_deviation(). mood.c: Avoid integer underflow. mood.c: Avoid integer overflow. ---