[phpmyadmin/phpmyadmin] 81d133: Fix crash when tablename or dbname is not set

Branch: refs/heads/QA_5_0 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 81d1330ae583b2526d62338b3454cbfc91a0714e https://github.com/phpmyadmin/phpmyadmin/commit/81d1330ae583b2526d62338b3454... Author: Sean Mollet <nhtshot@gmail.com> Date: 2020-02-12 (Wed, 02 February 2020) +01:00 Changed paths: M libraries/classes/Tracker.php Log Message: ----------- Fix crash when tablename or dbname is not set Drop statements don't give proper tablenames, resulting in a crash. Obviously, that issue needs fixed as well, but handling it cleanly seems preferable. Signed-off-by: Sean Mollet <sean@malmoset.com> Commit: 372973da5c98e3e782b5adb510bc958e1069be2f https://github.com/phpmyadmin/phpmyadmin/commit/372973da5c98e3e782b5adb510bc... Author: William Desportes <williamdes@wdes.fr> Date: 2020-02-12 (Wed, 02 February 2020) +01:00 Changed paths: M libraries/classes/Tracker.php Log Message: ----------- Merge #15886 - Fix crash when tablename or dbname is not set Pull-request: #15886 I could not verify the crash but the fix was possible. Signed-off-by: William Desportes <williamdes@wdes.fr>
participants (1)
-
Sean Mollet