Hello,
as a "me too" mail, I noted that bison core dumped with this yacc file:
<--->
%{
%}
%token NUMBER
%token WORD
%type rule
%type signed_number
%%
rule:
WORD= { $$ = $1; } |
/* empty */ = { $$ = NULL; };
signed_number:
NUMBER
Hello,
fchdir() function is broken for version 1.3.6-6. The symptom is the same
as for the early 1.3.3:
chdir("/some/dir/foo")
fd=open(".", RDONLY)
chdir("/some/dir/bar")
fchdir(fd) will not change to "/some/dir/foo" but remain in
"/some/dir/bar".
Hope this helps,
Benoit
--
Unsubscribe info:
2 matches
Mail list logo