6 comments

[ 3.0 ms ] story [ 24.0 ms ] thread
Sounds a lot like 'undefined behaviour', certainly unexpected at least.

I guess somewhere along the line a passed 'null' value is getting converted to a string for plate lookup.

How is this unexpected? Anytime a plate number is missing in the database it’ll match to him.
That's not what's happening, the article mentioned it was when the submitted report didn't have a license field at all, so it perhaps is comparing null to null on the lookup.

Personally I would've thought the lookup would be an empty string. Hopefully little bobby tables doesn't get caught speeding.