libosmocore/tests/utils
Pau Espin 6de34ee46b tests: utils_test: Fix test failure when compiling with -O0
It seems with default flags in_buf was being memzeroed by the compiler.
When compiling with -O0, that's not the case anymore and printf prints
after first 16 bytes, printing extra garbage which doesn't match the
expected output.

Change-Id: I736c1e4d625f647d3bb794fa717256e9dbf36e87
2018-02-08 09:41:36 +00:00
..
utils_test.c tests: utils_test: Fix test failure when compiling with -O0 2018-02-08 09:41:36 +00:00
utils_test.ok utils: add osmo_escape_str() 2017-12-18 23:05:49 +00:00