Open
Bug 451044
Opened 17 years ago
@supptables parsing doesn't handle newlines
Categories
(Bugzilla :: Query/Bug List, defect)
Tracking
()
NEW
People
(Reporter: bbaetz, Unassigned)
Details
Theres some code in Search.pm that splits out @supptables, looking for duplicate or something (just before the "1 = 1" add to @andlist). If @supptables has an entry pushed using the standard bugzilla code style of a multiline string, stuff breaks.
This appears to be because the regexp uses . without the /s modifier, but I'm not sure what the code is doing, so I can't be sure that I'm reading it correctly.
You need to log in
before you can comment on or make changes to this bug.
Description
•