jcrodriguez-dis / moodle-mod_vpl

Virtual Programming Lab for Moodle (Module)
GNU General Public License v3.0
99 stars 85 forks source link

Missing return statement in vpl_evaluate.cpp function Tools::getenv #86

Closed mwehr closed 4 years ago

mwehr commented 4 years ago

Hi,

We found a small bug in "vpl/jail/default_scripts/vpl_evaluate.cpp" function: Tools::getenv. This function is missing a return statement: "return value;"

regards Mario

jcrodriguez-dis commented 4 years ago

Thanks Mario for the bug report. The problem has been resolved at

8aa364f26891175554c233dca70415b84a64b29a

Best regards, Juan Carlos.

jcrodriguez-dis commented 4 years ago

Resolved in VPL 3.3.5 just released