Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

case.sh #212

Closed
Gwojda opened this issue Mar 27, 2017 · 1 comment
Closed

case.sh #212

Gwojda opened this issue Mar 27, 2017 · 1 comment
Assignees

Comments

@Gwojda
Copy link
Collaborator

Gwojda commented Mar 27, 2017

➜  sample git:(master) ✗ case van in ( "bus" ) echo aaa ;;
> ( "velo" ) echo vvvv ;;
> ( "van" ) case tutu in 
> ( toto ) pwd ;;
> ( tutu ) ls ;;
> esac ;;
> esac
==2497== Conditional jump or move depends on uninitialised value(s)
==2497==    at 0x407C28: plaunch_case (in /home/gwojda/42sh/42sh)
==2497==    by 0x4083A9: process_launch (in /home/gwojda/42sh/42sh)
==2497==    by 0x40715A: exec_leaf (in /home/gwojda/42sh/42sh)
==2497==    by 0x4075F6: ft_exec (in /home/gwojda/42sh/42sh)
==2497==    by 0x4073DA: exec_semi (in /home/gwojda/42sh/42sh)
==2497==    by 0x4075F6: ft_exec (in /home/gwojda/42sh/42sh)
==2497==    by 0x416FEB: ??? (in /home/gwojda/42sh/42sh)
==2497==    by 0x417090: main (in /home/gwojda/42sh/42sh)
==2497== 

@ariard
Copy link
Collaborator

ariard commented Mar 27, 2017

ok c est le correctif pour gerer le leaks de #208

@ariard ariard closed this as completed in fc87275 Mar 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants