Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix forwarding of the program arguments.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 27 Feb 2019 22:36:42 +0000 (23:36 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 27 Feb 2019 23:02:05 +0000 (00:02 +0100)
commitfb418fda0da654ac644cc5c8cbc042c61bb7deb3
treed0e9d6a39ae961a5e0bb04087f8c531fda35c19f
parent5d28e519534b5bb6ca4e1d9ec5c14602a14575e8
Fix forwarding of the program arguments.

Use a static storage to avoid dangling pointers, and ensure that there is no
out of bound array access.
src/bindings/java/JavaContext.cpp
src/bindings/java/jmsg.cpp