]> git.tuebingen.mpg.de Git - osl.git/commit
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)
commit83466429374f5036d9872f9905837f547967b0d5
tree14e5a79dc3ec8fa9955b2d50f6c9e0276cf3aee9
parente826876808b34d21a2c4af7f0e066a1b188a7a28
init_rbtrees(): Fix initialization of volatile objects.

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.
osl.c