mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:43:04 +01:00
Avoid referencing an element that may go out of scope before decoding the status vector.
This commit is contained in:
parent
a5f057f776
commit
d0899d284b
@ -140,7 +140,7 @@ void SCL_check_access(const SecurityClass* s_class,
|
||||
{
|
||||
ERR_post(isc_no_priv, isc_arg_string, "(ACL unrecognized)",
|
||||
isc_arg_string, "security_class",
|
||||
isc_arg_string, s_class->scl_name.c_str(),
|
||||
isc_arg_string, ERR_cstring(s_class->scl_name),
|
||||
0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user