git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1141
91ce42f0-d328-0410-95d8-
f526ca767f89
Overland Neo2000 (LVD)
For 1.33
+- Fix query buffer clobber ua_query.c
- On unknown client in restore "client=xxx"
Could not find Client "Matou": ERR=Query failed: DROP TABLE temp1:
ERR=no such table: temp1
for (i=0; i<9; i++) {
subst[i] = NULL;
}
- new_query = get_pool_memory(PM_MESSAGE);
+ /* ****FIXME**** second and third check_pool ... below are probably broken */
+ new_query = get_memory(2000);
new_query = check_pool_memory_size(new_query, strlen(query) +100);
o = new_query;
olen = 0;