Tim King

Results 4 issues of Tim King

fp->size_cmd is set to allocated memory in kftp_parse_url() but this is not freed by knet_close(). The fix should be safe in other cases as these allocate the memory of fp...

I was compiling libantlr3c-3.4 on SunOS 5.10 on sparc, and I had a problem compiling antlr3debughandlers.c with --enable-debuginfo turned on. `src/antlr3debughandlers.c:302:42: error: 'TCP_NODELAY' undeclared (first use in this function)` I...

target:c
comp:runtime

Reported by @alexaandru in https://github.com/golang/go/issues/63888#issuecomment-1933649310 ``` $ cat go.mod module example.com/m go 1.22.0 $ cat main.go package main func main() { for i := range 10 { go func() {...

Thinking
NeedsInvestigation
GoCommand
modules

This issue is for tracking the work needed to enable type parameterized aliases (#46477) in the unified IR and 'i' export data formats. Here are the know steps in an...