ostree/src
Colin Walters 72336f1c48 fetcher/curl: Fix leaks caught by ASAN
I had to rebuild `glib` with `-fsanitize=address` in order to get a stack trace
to finally get this one.  However, *installing* that glib "system wide"
in my container breaks everything (including `rpm-ostree`, `dnf`, `pkg-config` etc.)
that wasn't built with ASAN.

So my test scenario right now is to extract the libs and do e.g.:
```
make && env LD_LIBRARY_PATH=$HOME/src/distgit/fedora/glib2/asan-libs make check TESTS=tests/test-basic.sh
```

Closes: #719
Approved by: jlebon
2017-03-06 17:30:19 +00:00
..
boot boot: Ensure we remount /var writable before systemd does journal flush 2016-09-15 19:41:44 +00:00
libostree fetcher/curl: Fix leaks caught by ASAN 2017-03-06 17:30:19 +00:00
libotutil lib: Ensure an error is set in ensure_unlinked() if errno != ENOENT 2017-02-20 14:36:09 +00:00
ostree deltas: Expose the filename parameter 2017-02-27 22:10:26 +00:00
rofiles-fuse rofiles-fuse: Support write/read_buf() 2017-02-14 14:59:28 +00:00
switchroot ostree-prepare-root: Fix running with musl 2016-09-01 20:17:58 +00:00