pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2021-04-14
2021-04-14 10:10:40 by Stephen R. van den Berg <srb@cuci.nl>
86b60553dee509329d5c708ea1d75a08d84e4d8a (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
master
pgsql: Clip _sprintf() in destructed objects.
757:
protected string _sprintf(int type) { string res;
+
if (!this) // Not in destructed objects
+
return "";
switch (type) { case 'O': int fd = -1;
863:
protected string _sprintf(int type) { string res;
+
if (!this) // Not in destructed objects
+
return "";
switch (type) { case 'O': int fd = -1;
1996:
protected string _sprintf(int type) { string res;
+
if (!this) // Not in destructed objects
+
return "";
switch (type) { case 'O': res = sprintf(DRIVERNAME".proxy(%s@%s:%d/%s,%d,%d)",