commit | d0d0c2fb41c2e61b69b5dc9e38f3e60843f4388d | [log] [tgz] |
---|---|---|
author | YatianXU <yatian.xu@nokia-sbell.com> | Sat Sep 07 04:33:35 2019 -0400 |
committer | Yatian XU <yatian.xu@nokia-sbell.com> | Sat Sep 07 11:03:12 2019 +0000 |
tree | 2e08fe87af01e2d4fba0ae1c0af4873f7beac7ad | |
parent | 998c19266ef5f74fffd79e9c0c0a65f77ff19a43 [diff] |
Change the for loop initial declarations to avoid adding -std=c99 in CFLAGS. As strdup() provided by POSIX returns "address out of bould" in C99 mode, which may cause program crash. Issue-ID: VNFSDK-465 Signed-off-by: YatianXU <yatian.xu@nokia-sbell.com> Change-Id: I57f55edd939d64c2e201a345fe83659048308d50