-
```
What steps will reproduce the problem?
1. find about 70000 XML files roughly 3k each
2. Attempt to create an XAR archive using the command "xar -cf xml.xar xml/"
3. Watch xar chug for about an hou…
-
A SEGV signal occurred when running xar.
```
ASAN:SIGSEGV
=================================================================
==14321==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000…
-
```
Support signing xar archives from the command line using the xar command line
tool.
The attached patch applies cleanly to truck@232 and is heavily based on code
from:
http://opensource.apple.c…
-
```
Support signing xar archives from the command line using the xar command line
tool.
The attached patch applies cleanly to truck@232 and is heavily based on code
from:
http://opensource.apple.c…
-
```
I was building xar 1.5.2 on Cygwin/Windows 7, but when I run it I normally get
this output:
> Sophie@Sophie-Laptop:~/xar/xar-1.5.2$ xar
> /usr/local/bin/xar.exe: error while loading shared libra…
-
I suspect it is because it is over 4GB in size. This is just one of Apple's own OS update/installer, supposedly `091-76348-10.13.4`, as far as I can tell. It silently fails, and creates an empty `Inst…
-
`xar` seems to never close after listing and extracting files. Not entirely sure why this happens, xar also seems to forcefully lock stdin in a script which may be related. ~~I'm unable to reproduce t…
ghost updated
4 years ago
-
```
What steps will reproduce the problem?
1. create a file foo with ACLs
2. xar -c -f tmpfile foo
3. cd somewhere_else
3. xar -x -f tmpfile
or alternately, test with backup-bouncer and notice the fa…
-
clang -llzma -lxar pbzx.c -o pbzx
/tmp/pbzx-7ed43e.o: In function `stream_open':
pbzx.c:(.text+0x9f1): undefined reference to `xar_extract_tostream_init'
/tmp/pbzx-7ed43e.o: In function `stream_re…
-
```
Support signing xar archives from the command line using the xar command line
tool.
The attached patch applies cleanly to truck@232 and is heavily based on code
from:
http://opensource.apple.c…