Skip to content

Fixed a semantic error concerning ISO C99 Uninitialized Value Undefined Behaviour in Eva main manual

Dario Pinto requested to merge fix/dpinto/eva-manual into master

En lisant la doc d'Eva, page 19:

"Reading an initialized value is an undefined behavior according to the ISO C99 standard (and can even lead to security vulnerabilities)."

vs

"Reading an UNinitialized value is an undefined behavioraccording to the ISO C99 standard (and can even lead to security vulnerabilities)."

Merge request reports