Date: 06/04/01
- Next message: Dima Nemchenko: "[phplib] odd behaviour when parse()-ing a block"
- Previous message: John-Mason Shackelford: "[phplib] submissions"
- In reply to: Forrest J Cavalier III: "[phplib] Bugs in table.inc ?"
- Next in thread: Dima Nemchenko: "[phplib] odd behaviour when parse()-ing a block"
- Reply: Dima Nemchenko: "[phplib] odd behaviour when parse()-ing a block"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks for reporting these possible bugs. What tool are you using? Is
it available for public use? It looks like it could be useful for any
PHP project.
..chris
> -----Original Message-----
> From: Forrest J Cavalier III [mailto:forrest <email protected>]
> Sent: Monday, June 04, 2001 9:36 AM
> To: phplib <email protected>
> Cc: forrest <email protected>
> Subject: [phplib] Bugs in table.inc ?
>
>
> I am using a new tool for PHP code auditing.
>
> I found three items while auditing table.inc
> of 7.2.b.
>
> ----------------------------------------------
> function show_table_page_rows()
>
> uses $key,$val, but does not set them:
> $this->table_row($row, $key, $val, $class);
>
> (This may be serious, I don't know)
>
> ----------------------------------------------
> function show_table_heading_cells()
> has the line:
> $cell = 0;
>
> which I think that should be $col = 0; (or
> the later line in that function should have
> $cell++)
>
> Since table_heading_cell() doesn't use the first
> argument, it seems like there is no observable
> defect.
>
> ----------------------------------------------
> function table_heading_cell()
>
> sets $found, but never uses it.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Dima Nemchenko: "[phplib] odd behaviour when parse()-ing a block"
- Previous message: John-Mason Shackelford: "[phplib] submissions"
- In reply to: Forrest J Cavalier III: "[phplib] Bugs in table.inc ?"
- Next in thread: Dima Nemchenko: "[phplib] odd behaviour when parse()-ing a block"
- Reply: Dima Nemchenko: "[phplib] odd behaviour when parse()-ing a block"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

