Displaying 4 results from an estimated 4 matches for "encname".
Did you mean:
ncname
2010 Sep 20
0
unz() ignores encoding argument
...nnections).
Digging a bit in the source code, the ultimate cause seems to be this line in the unz_open() C-level function, on line 359 of src/main/dounzip.c:
> /* set_iconv(); not yet */
Any ideas why this is commented out? The previous lines set up con->text appropriately and con->encname was set by do_unz(), so I don't see an obvious reason why the iconv layer can't be added.
I'm working on 2.11.1
> _
> platform i386-apple-darwin9.8.0
> arch i386
> os da...
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote:
> Did you build the Postgres code with -fsanitize-coverage=... ?
Yes:
CC = clang
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
-fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2008 Jan 09
7
An "R is slow"-article
Hi all,
Reading the wikipedia page on R, I stumbled across the following:
http://fluff.info/blog/arch/00000172.htm
It does seem interesting that the C execution is that much slower from
R than from a native C program. Could any of the more technically
knowledgeable people explain why this is so?
The author also have some thought-provoking opinions on R being
no-good and that you should write
2015 Sep 03
2
Fuzzing complex programs
.../cache/typcache.o
> utils/cache/ts_cache.o utils/error/assert.o utils/error/elog.o
> utils/fmgr/dfmgr.o utils/fmgr/fmgr.o utils/fmgr/funcapi.o
> utils/hash/dynahash.o utils/hash/hashfn.o utils/hash/pg_crc.o
> utils/init/globals.o utils/init/miscinit.o utils/init/postinit.o
> utils/mb/encnames.o utils/mb/conv.o utils/mb/mbutils.o
> utils/mb/wchar.o utils/mb/wstrcmp.o utils/mb/wstrncmp.o
> utils/misc/guc.o utils/misc/help_config.o utils/misc/pg_rusage.o
> utils/misc/ps_status.o utils/misc/rls.o utils/misc/sampling.o
> utils/misc/superuser.o utils/misc/timeout.o utils/misc/tzp...