]> git.tuebingen.mpg.de Git - osl.git/commitdiff
init_rbtrees(): Fix initialization of volatile objects.
authorAndre Noll <maan@systemlinux.org>
Sat, 22 Jan 2011 13:23:14 +0000 (14:23 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 22 Jan 2011 13:23:14 +0000 (14:23 +0100)
In case a table contains both volatile and non-volatile rbtree columns
we must inititalize the arrray of pointers to the volatile objects.

Without this patch, re-opening a non-empty table leads to a segfault.


No differences found