mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Bug#14629232 SECURITY VULNERABILITY WITH SHOW PROFILE
This fix resolves a security vulnerability of SHOW PROFILE. See the bug report for details.
This commit is contained in:
parent
1d16fc16dc
commit
fc1fbe159a
2 changed files with 23 additions and 12 deletions
|
|
@ -182,6 +182,7 @@ private:
|
|||
char *file;
|
||||
unsigned int line;
|
||||
|
||||
ulong m_seq;
|
||||
double time_usecs;
|
||||
char *allocated_status_memory;
|
||||
|
||||
|
|
@ -213,8 +214,9 @@ private:
|
|||
query_id_t profiling_query_id; /* Session-specific id. */
|
||||
char *query_source;
|
||||
|
||||
PROF_MEASUREMENT *profile_start;
|
||||
PROF_MEASUREMENT *profile_end;
|
||||
double m_start_time_usecs;
|
||||
double m_end_time_usecs;
|
||||
ulong m_seq_counter;
|
||||
Queue<PROF_MEASUREMENT> entries;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue