Opened 15 years ago

Closed 15 years ago

#6432 closed patch (fixed)

Fix transposed bindValue() args in mythfilldatabase

Reported by: sphery <mtdean@…> Owned by: Janne Grunau
Priority: minor Milestone: 0.22
Component: MythTV - Mythfilldatabase Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

The attached patch fixes transposed bindValue() arguments in mythfilldatabase added in [20286]. The symptom of the problem was reported by Alex Williamson and the problem was found by Andrew Leiserson and confirmed by Nick Morrot all on -users list.

Basically, the same issue was reported in another location in #6375 and fixed in [20284]. To ensure there were no other locations where the arguments were transposed, I grep'ed the source tree for 'bindValue(.*":\w\+")' and found these were the only two locations where the arguments are transposed.

Attachments (1)

mythtv-6432-mythfilldatabase_bindValue_args_transposed.patch (963 bytes) - added by sphery <mtdean@…> 15 years ago.

Download all attachments as: .zip

Change History (3)

Changed 15 years ago by sphery <mtdean@…>

comment:1 Changed 15 years ago by Janne Grunau

Milestone: unknown0.22
Owner: changed from stuartm to Janne Grunau
Status: newaccepted

comment:2 Changed 15 years ago by Janne Grunau

Resolution: fixed
Status: acceptedclosed

(In [20314]) Fix transposed arguments of msqlquery:bindvalue introduced in [20286]. Fixes #6432

patch by: Micheal T. Dean > mtdean >AT< thirdcontact $DOT$ com <

Note: See TracTickets for help on using tickets.