[Lsb-messages] /var/www/bzr/lsb/devel/dbadmin r256: restore withdrawn-library behavior obscured by security patch (bug 3556)

Mats Wichmann mats at linuxfoundation.org
Tue May 22 15:24:12 UTC 2012


------------------------------------------------------------
revno: 256
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: dbadmin
timestamp: Tue 2012-05-22 09:24:12 -0600
message:
  restore withdrawn-library behavior obscured by security patch (bug 3556)
modified:
  browse/lib_single.php
-------------- next part --------------
=== modified file 'browse/lib_single.php'
--- a/browse/lib_single.php	2012-05-17 18:51:11 +0000
+++ b/browse/lib_single.php	2012-05-22 15:24:12 +0000
@@ -87,9 +87,9 @@
 
         print_app_category_filters();
         create_tmp_Application_table(true);
-        check_request_numeric_params("Lid");
         check_request_literal_params("Lname");
         if( isset($_REQUEST["Lid"]) ) {
+            check_request_numeric_params("Lid");
             display_lib_ints_app_usage($_REQUEST["Lid"]);
         }
         else if( isset($_REQUEST["Lname"]) ) {



More information about the lsb-messages mailing list