]> git.tuebingen.mpg.de Git - paraslash.git/commit
Merge branch 'maint'
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 1 Apr 2016 23:33:47 +0000 (01:33 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 1 Apr 2016 23:33:47 +0000 (01:33 +0200)
commit9d8fdf8898418711558f70a9630b2444036d8285
tree47e053bf2b2b736a228223129f51c025b010eb13
parentc311eae67481b400bccac0bfe71d6cad846db2fc
parent8843e506d1af0f71c61e2c301bea9b612187e360
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.
afs.c
client.c
mood.c
net.c
playlist.c
vss.c