From f307688bf44404b371b91b3b2a67048088695fe1 Mon Sep 17 00:00:00 2001 From: Roy Frostig Date: Wed, 11 Aug 2010 16:06:45 -0700 Subject: Add native vec[u8] to str converter. Put in workaround for leak in str to vec[u8] converter. Add testcase exercising both. Drive-by fix a potential array-out-of-bounds write on rust_str buffers. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 63cc67d0..2e8deb7b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -477,6 +477,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ lib-deque.rs \ lib-map.rs \ lib-rand.rs \ + lib-vec-str-conversions.rs \ linear-for-loop.rs \ list.rs \ many.rs \ -- cgit v1.2.3