mariadb/plugin
Anushree Prakash B 9c6777c03c Bug#27259654 - ISSUES FOUND BY PVS-STUDIO STATIC ANALYZER
DESCRIPTION
===========
PVS-Studio static code analyzer found several suspicious
fragments of code across various files.

i)   sizeof() is using the pointer
ii)  memcpy() doesn't copy the whole string.
iii) enumeration constant 'wkb_multilinestring' is used as
     a variable of a Boolean-type.
iv) 'throw' keyword is missing from std::runtime_error()

FIX
===
i)   Use sizeof({actual object/data type})
ii)  Use strncpy() and set last char as '\0'
iii) N/A (Issue has already been fixed)
iv)  Add 'throw' before the exception.

RB: 21502
2019-07-24 18:32:24 +02:00
..
audit_null Update FSF Address 2019-05-11 21:29:06 +03:00
auth_dialog Update FSF Address 2019-05-11 21:29:06 +03:00
auth_examples Update FSF Address 2019-05-11 21:29:06 +03:00
auth_pam Update FSF address 2019-05-10 20:52:00 +03:00
auth_socket Update FSF Address 2019-05-11 21:29:06 +03:00
daemon_example Update FSF Address 2019-05-11 21:29:06 +03:00
feedback Update FSF address 2019-05-10 20:52:00 +03:00
fulltext Update FSF Address 2019-05-11 21:29:06 +03:00
handler_socket MDEV-13459 Warnings, when compiling with gcc-7.x 2017-10-17 07:37:39 +02:00
qc_info MDEV-4516 SELECT from I_S.QUERY_CACHE_INFO produces ER_UNKNOWN_ERROR when query cache size is 0 2013-05-24 14:33:04 +02:00
semisync Update FSF Address 2019-05-11 21:29:06 +03:00
server_audit Update FSF Address 2019-05-11 21:29:06 +03:00
sql_errlog Update FSF Address 2019-05-11 21:29:06 +03:00
win_auth_client Bug#27259654 - ISSUES FOUND BY PVS-STUDIO STATIC ANALYZER 2019-07-24 18:32:24 +02:00