|
|
|
|
|
by 0xbadcafebee
44 days ago
|
|
IIRC several industry and government coding standards don't permit evaluations in arguments to functions, as the compiler can end up doing wonky things, to say nothing of the likely human error. These are the kind of standards we should be adapting into a software building code to avoid security holes like this one. |
|
Here the expressions are pure, OooE has nothing whatsoever to do with the issue.